mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-30 00:21:02 +03:00
fix: linux memory-safe workaround
Signed-off-by: Kingtous <kingtous@qq.com>
This commit is contained in:
@@ -163,7 +163,7 @@ class RustDeskMultiWindowManager {
|
||||
// no such window already
|
||||
return;
|
||||
}
|
||||
await WindowController.fromWindowId(wId).close();
|
||||
await WindowController.fromWindowId(wId).hide();
|
||||
} on Error {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user