mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 00:51:28 +03:00
feat: implement dialog callback
This commit is contained in:
@@ -589,7 +589,7 @@ void setPasswordDialog() async {
|
||||
MinCharactersValidationRule(8),
|
||||
];
|
||||
|
||||
gFFI.dialogManager.show((setState, close) {
|
||||
gFFI.dialogManager.show((setState, close, context) {
|
||||
submit() {
|
||||
setState(() {
|
||||
errMsg0 = "";
|
||||
|
||||
Reference in New Issue
Block a user