mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 19:47:17 +00: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