mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 02:16:00 +02:00
buildin options and add to mobile (#8759)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
85ded0a3e5
commit
2b54a553c7
14 changed files with 114 additions and 38 deletions
|
@ -3319,7 +3319,8 @@ Widget buildPresetPasswordWarning() {
|
|||
return Text(
|
||||
'Error: ${snapshot.error}'); // Show an error message if the Future completed with an error
|
||||
} else if (snapshot.hasData && snapshot.data == true) {
|
||||
if (bind.mainGetLocalOption(key: "remove-preset-password-warning") !=
|
||||
if (bind.mainGetBuildinOption(
|
||||
key: kOptionRemovePresetPasswordWarning) !=
|
||||
'N') {
|
||||
return SizedBox.shrink();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue