mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
@@ -200,7 +200,7 @@ void runMultiWindow(
|
|||||||
case kAppTypeDesktopRemote:
|
case kAppTypeDesktopRemote:
|
||||||
// If screen rect is set, the window will be moved to the target screen and then set fullscreen.
|
// If screen rect is set, the window will be moved to the target screen and then set fullscreen.
|
||||||
if (argument['screen_rect'] == null) {
|
if (argument['screen_rect'] == null) {
|
||||||
// int? display = argument['display'] as int?;
|
// display can be used to control the offset of the window.
|
||||||
await restoreWindowPosition(
|
await restoreWindowPosition(
|
||||||
WindowType.RemoteDesktop,
|
WindowType.RemoteDesktop,
|
||||||
windowId: kWindowId!,
|
windowId: kWindowId!,
|
||||||
|
|||||||
Reference in New Issue
Block a user