mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 08:43:20 +03:00
opt: hide window
This commit is contained in:
@@ -97,6 +97,7 @@ class _FileManagerTabPageState extends State<FileManagerTabPage> {
|
||||
void onRemoveId(String id) {
|
||||
if (tabController.state.value.tabs.isEmpty) {
|
||||
WindowController.fromWindowId(windowId()).hide();
|
||||
rustDeskWinManager.call(WindowType.Main, kWindowEventHide, {"id": windowId()});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user