mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-24 21:51:14 +03:00
improve mac service
This commit is contained in:
@@ -367,3 +367,8 @@ function isReasonableSize(r) {
|
||||
return !(x < -3200 || x > 3200 || y < -3200 || y > 3200);
|
||||
}
|
||||
|
||||
function awake() {
|
||||
view.windowState = View.WINDOW_SHOWN;
|
||||
view.focus = self;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user