mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 06:01:29 +03:00
fix connect on subwindow, notify main window
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -1033,8 +1033,8 @@ class AddButton extends StatelessWidget {
|
||||
return ActionIcon(
|
||||
message: 'New Connection',
|
||||
icon: IconFont.add,
|
||||
onTap: () =>
|
||||
rustDeskWinManager.call(WindowType.Main, "main_window_on_top", ""),
|
||||
onTap: () => rustDeskWinManager.call(
|
||||
WindowType.Main, kWindowMainWindowOnTop, ""),
|
||||
isClose: false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user