mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 07:03:21 +03:00
fix cm minimized not working sometimes
This commit is contained in:
@@ -101,7 +101,9 @@ class Body: Reactor.Component
|
|||||||
connection.authorized = true;
|
connection.authorized = true;
|
||||||
body.update();
|
body.update();
|
||||||
handler.authorize(cid);
|
handler.authorize(cid);
|
||||||
view.windowState = View.WINDOW_MINIMIZED;
|
self.timer(30ms, function() {
|
||||||
|
view.windowState = View.WINDOW_MINIMIZED;
|
||||||
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user