mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
YACReaderLibrary: Activate and rise window on tray icon clicks
This commit is contained in:
parent
09c8125f87
commit
e6c4e92e01
@ -150,6 +150,8 @@ void LibraryWindow::trayActivation(QSystemTrayIcon::ActivationReason reason)
|
||||
{
|
||||
setWindowState((windowState() & ~Qt::WindowMinimized));
|
||||
show();
|
||||
activateWindow();
|
||||
raise();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user