mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
comment
This commit is contained in:
@@ -121,6 +121,7 @@ void showSuccess(String text) {
|
|||||||
EasyLoading.showSuccess(text);
|
EasyLoading.showSuccess(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://material.io/develop/flutter/components/dialogs
|
||||||
void enterPasswordDialog(String id, BuildContext context) {
|
void enterPasswordDialog(String id, BuildContext context) {
|
||||||
var ffi = Provider.of<FfiModel>(context);
|
var ffi = Provider.of<FfiModel>(context);
|
||||||
var remember = ffi.getByName("remember", arg: id) == "true";
|
var remember = ffi.getByName("remember", arg: id) == "true";
|
||||||
|
|||||||
Reference in New Issue
Block a user