mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 07:11:30 +03:00
feat: replace forceAppUpdate with customed reloadWindow
This commit is contained in:
@@ -89,6 +89,8 @@ class _ConnectionTabPageState extends State<ConnectionTabPage> {
|
||||
))));
|
||||
} else if (call.method == "onDestroy") {
|
||||
tabController.clear();
|
||||
} else if (call.method == kWindowActionRebuild) {
|
||||
reloadCurrentWindow();
|
||||
}
|
||||
_update_remote_count();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user