fix: close all typed sessions when hide subwindow
This commit is contained in:
parent
d7aa8b43c5
commit
c72e48bef1
8 changed files with 51 additions and 27 deletions
|
|
@ -163,7 +163,7 @@ class RustDeskMultiWindowManager {
|
|||
// no such window already
|
||||
return;
|
||||
}
|
||||
await WindowController.fromWindowId(wId).hide();
|
||||
await WindowController.fromWindowId(wId).close();
|
||||
} on Error {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue