mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
comment
This commit is contained in:
parent
eccd08310d
commit
bb9702c5f6
@ -121,6 +121,7 @@ void showSuccess(String text) {
|
||||
EasyLoading.showSuccess(text);
|
||||
}
|
||||
|
||||
// https://material.io/develop/flutter/components/dialogs
|
||||
void enterPasswordDialog(String id, BuildContext context) {
|
||||
var ffi = Provider.of<FfiModel>(context);
|
||||
var remember = ffi.getByName("remember", arg: id) == "true";
|
||||
|
Loading…
Reference in New Issue
Block a user