refactor input_os_password

This commit is contained in:
rustdesk
2021-08-06 21:18:06 +08:00
parent 799df2d77a
commit 0f029545a4
3 changed files with 38 additions and 1 deletions

View File

@@ -236,6 +236,9 @@ class _HomePageState extends State<HomePage> {
);
if (value == 'remove') {
setState(() => FFI.setByName('remove', '${p.id}'));
() async {
removePreference(p.id);
}();
}
}();
},