Merge pull request #6109 from dignow/fix/macos_close_sesions

Fix/macos close sesions
This commit is contained in:
RustDesk
2023-10-20 14:02:45 +08:00
committed by GitHub
5 changed files with 36 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ class StateGlobal {
final RxBool showRemoteToolBar = false.obs;
final svcStatus = SvcStatus.notReady.obs;
// Only used for macOS
bool closeOnFullscreen = false;
bool? closeOnFullscreen;
// Use for desktop -> remote toolbar -> resolution
final Map<String, Map<int, String?>> _lastResolutionGroupValues = {};