Merge pull request #2206 from 21pages/portable-service

quick start portable ci
This commit is contained in:
RustDesk
2022-11-18 20:59:11 +08:00
committed by GitHub
8 changed files with 48 additions and 10 deletions

View File

@@ -90,6 +90,9 @@ class _ConnectionPageState extends State<ConnectionPage>
Get.forceAppUpdate();
}
isWindowMinisized = false;
} else if (eventName == 'close') {
// called more then one time
bind.mainOnMainWindowClose();
}
}