mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
Merge pull request #5268 from dignow/fix/reuse_inactive_window
fix, reuse inactive window
This commit is contained in:
commit
6111042907
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ class RustDeskMultiWindowManager {
|
|||
windowId, methodName, msg);
|
||||
WindowController.fromWindowId(windowId).show();
|
||||
registerActiveWindow(windowId);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue