mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 03:31:28 +03:00
feat: replace forceAppUpdate with customed reloadWindow
This commit is contained in:
@@ -6,7 +6,8 @@ import '../../models/model.dart';
|
||||
import '../../models/platform_model.dart';
|
||||
|
||||
void clientClose(OverlayDialogManager dialogManager) {
|
||||
msgBox('', 'Close', 'Are you sure to close the connection?', '', dialogManager);
|
||||
msgBox(
|
||||
'', 'Close', 'Are you sure to close the connection?', '', dialogManager);
|
||||
}
|
||||
|
||||
void showSuccess() {
|
||||
|
||||
Reference in New Issue
Block a user