mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 13:58:51 +03:00
Bring mainwindow in front when notification is clicked and other windows are in front.
This commit is contained in:
parent
7e9b47948b
commit
c673b1a7d7
1 changed files with 4 additions and 4 deletions
|
@ -527,12 +527,12 @@ void MainWindow::balloonClicked() {
|
|||
return;
|
||||
}
|
||||
show();
|
||||
if (isMinimized()) {
|
||||
if (isMinimized())
|
||||
showNormal();
|
||||
}
|
||||
raise();
|
||||
activateWindow();
|
||||
}
|
||||
|
||||
raise();
|
||||
activateWindow();
|
||||
}
|
||||
|
||||
// called when a torrent has finished
|
||||
|
|
Loading…
Reference in a new issue