mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 07:51:28 +03:00
fix, set window position before show when reusing window
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -1543,6 +1543,8 @@ Future<bool> restoreWindowPosition(WindowType type,
|
||||
|
||||
bool isRemotePeerPos = false;
|
||||
String? pos;
|
||||
// No need to check mainGetLocalBoolOptionSync(kOptionOpenNewConnInTabs)
|
||||
// Though "open in tabs" is true and the new window restore peer position, it's ok.
|
||||
if (type == WindowType.RemoteDesktop && windowId != null && peerId != null) {
|
||||
// If the restore position is called by main window, and the peer id is not null
|
||||
// then we may need to get the position by reading the peer config.
|
||||
|
||||
Reference in New Issue
Block a user