From d02dc1797cc286ef009e5ed57b5e437bc342217f Mon Sep 17 00:00:00 2001 From: dignow Date: Sun, 6 Aug 2023 11:24:03 +0800 Subject: [PATCH] refact, change default separate window option Signed-off-by: dignow --- flutter/lib/consts.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/lib/consts.dart b/flutter/lib/consts.dart index 92ad7451a..99a87362e 100644 --- a/flutter/lib/consts.dart +++ b/flutter/lib/consts.dart @@ -42,7 +42,7 @@ const String kWindowEventGetSessionIdList = "get_session_id_list"; const String kWindowEventMoveTabToNewWindow = "move_tab_to_new_window"; const String kWindowEventCloseForSeparateWindow = "close_for_separate_window"; -const String kOptionSeparateRemoteWindow = "enable-separate-remote-window"; +const String kOptionSeparateRemoteWindow = "allow-separate-remote-window"; const String kUniLinksPrefix = "rustdesk://"; const String kUrlActionClose = "close";