mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 01:01:29 +03:00
refactor input_os_password
This commit is contained in:
@@ -236,6 +236,9 @@ class _HomePageState extends State<HomePage> {
|
||||
);
|
||||
if (value == 'remove') {
|
||||
setState(() => FFI.setByName('remove', '${p.id}'));
|
||||
() async {
|
||||
removePreference(p.id);
|
||||
}();
|
||||
}
|
||||
}();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user