remove hide_cm

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-08-30 11:48:42 +08:00
parent 0ee2b02700
commit 76a18f5ed3
5 changed files with 28 additions and 12 deletions

View File

@@ -223,6 +223,7 @@ void runConnectionManagerScreen(bool hide) async {
const DesktopServerPage(),
MyTheme.currentThemeMode(),
);
gFFI.serverModel.hideCm = hide;
if (hide) {
await hideCmWindow(isStartup: true);
} else {