mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 11:35:56 +00:00
Merge pull request #5268 from dignow/fix/reuse_inactive_window
fix, reuse inactive window
This commit is contained in:
@@ -96,6 +96,7 @@ class RustDeskMultiWindowManager {
|
|||||||
windowId, methodName, msg);
|
windowId, methodName, msg);
|
||||||
WindowController.fromWindowId(windowId).show();
|
WindowController.fromWindowId(windowId).show();
|
||||||
registerActiveWindow(windowId);
|
registerActiveWindow(windowId);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user