refact, change 'Split' to 'Move tab to new window'

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-08-06 11:21:07 +08:00
parent 755353dc0b
commit 7ddc706f2d
39 changed files with 40 additions and 41 deletions

View File

@@ -39,7 +39,7 @@ const String kWindowEventActiveSession = "active_session";
const String kWindowEventGetRemoteList = "get_remote_list";
const String kWindowEventGetSessionIdList = "get_session_id_list";
const String kWindowEventSplit = "split";
const String kWindowEventMoveTabToNewWindow = "move_tab_to_new_window";
const String kWindowEventCloseForSeparateWindow = "close_for_separate_window";
const String kOptionSeparateRemoteWindow = "enable-separate-remote-window";