feat, multi flutter ui sessions, change settings to 'Display'

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-10-08 22:32:48 +08:00
parent 013d307bcd
commit 2f2a7d1f89
38 changed files with 97 additions and 97 deletions

View File

@@ -563,7 +563,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("No displays", ""),
("elevated_switch_display_msg", ""),
("Choose Display Behavior", ""),
("Switch Display", ""),
("Open in New Window", ""),
("Switch display", ""),
("Open in new window", ""),
].iter().cloned().collect();
}