mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-12 19:06:13 +02:00
fix hide docker (can not call too early)
This commit is contained in:
parent
7e92442632
commit
5149b90e53
6 changed files with 440 additions and 260 deletions
|
@ -88,6 +88,7 @@ Future<void> main(List<String> args) async {
|
|||
debugPrint("--cm started");
|
||||
desktopType = DesktopType.cm;
|
||||
await windowManager.ensureInitialized();
|
||||
bind.mainHideDocker();
|
||||
runConnectionManagerScreen(args.contains('--hide'));
|
||||
} else if (args.contains('--install')) {
|
||||
runInstallPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue