mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00: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