fix, macos, remote fullscreen mode

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-09-07 21:50:03 +08:00
parent 17af5622ec
commit 5293e3b277
5 changed files with 61 additions and 14 deletions

View File

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