mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-03 03:19:27 +08:00
fix cm minimized not working sometimes
This commit is contained in:
parent
66e39b62a2
commit
2631c68b88
@ -101,7 +101,9 @@ class Body: Reactor.Component
|
||||
connection.authorized = true;
|
||||
body.update();
|
||||
handler.authorize(cid);
|
||||
view.windowState = View.WINDOW_MINIMIZED;
|
||||
self.timer(30ms, function() {
|
||||
view.windowState = View.WINDOW_MINIMIZED;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user