still not robust

This commit is contained in:
rustdesk
2022-04-28 03:25:39 +08:00
parent bbe902d92e
commit 8995011d45
6 changed files with 64 additions and 47 deletions

View File

@@ -153,8 +153,6 @@ pub fn start(args: &mut [String]) {
page
));
if is_server {
#[cfg(target_os = "macos")]
macos::ignore_first_time_awake();
frame.collapse(true);
frame.run_loop();
} else {