fix linux uni (url) and tray exit

This commit is contained in:
rustdesk
2023-06-10 18:24:03 +08:00
parent 9799758c96
commit 7fba1800ec
7 changed files with 52 additions and 44 deletions

View File

@@ -549,6 +549,7 @@ void window_on_top(int? id) {
return;
}
if (id == null) {
print("Bring window on top");
// main window
windowManager.restore();
windowManager.show();