save pin option on remote menubar

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-11-10 14:32:22 +08:00
parent ac3c7a1fa8
commit 0cf2bfb5ef
4 changed files with 97 additions and 21 deletions

View File

@@ -8,6 +8,7 @@ class StateGlobal {
bool _fullscreen = false;
final RxBool _showTabBar = true.obs;
final RxDouble _resizeEdgeSize = 8.0.obs;
final RxBool showRemoteMenuBar = false.obs;
int get windowId => _windowId;
bool get fullscreen => _fullscreen;