From 2e85d4b55afed3baff2948bb8914ca0c0004baef Mon Sep 17 00:00:00 2001 From: dignow Date: Thu, 19 Oct 2023 07:55:55 +0800 Subject: [PATCH] add comment Signed-off-by: dignow --- flutter/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/lib/main.dart b/flutter/lib/main.dart index 83a633061..d7dd5acee 100644 --- a/flutter/lib/main.dart +++ b/flutter/lib/main.dart @@ -200,7 +200,7 @@ void runMultiWindow( case kAppTypeDesktopRemote: // If screen rect is set, the window will be moved to the target screen and then set fullscreen. if (argument['screen_rect'] == null) { - // int? display = argument['display'] as int?; + // display can be used to control the offset of the window. await restoreWindowPosition( WindowType.RemoteDesktop, windowId: kWindowId!,