mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00:00
move closing-tabs to local config, and add glgetstring to stack check
This commit is contained in:
@@ -701,7 +701,7 @@ Future<bool> closeConfirmDialog() async {
|
||||
submit() {
|
||||
final opt = "enable-confirm-closing-tabs";
|
||||
String value = bool2option(opt, confirm);
|
||||
bind.mainSetOption(key: opt, value: value);
|
||||
bind.mainSetLocalOption(key: opt, value: value);
|
||||
close(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user