mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
fix linux uni (url) and tray exit
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user