mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 20:51:26 +03:00
dialog backDismiss
This commit is contained in:
@@ -244,11 +244,8 @@ void showServerSettingsWithValue(
|
||||
child: Text(translate('OK')),
|
||||
),
|
||||
],
|
||||
onWillPop: () async {
|
||||
return true;
|
||||
},
|
||||
);
|
||||
}, clickMaskDismiss: true);
|
||||
});
|
||||
}
|
||||
|
||||
String? validate(value) {
|
||||
|
||||
Reference in New Issue
Block a user