mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Bring mainwindow in front when notification is clicked and other windows are in front.
This commit is contained in:
@@ -527,13 +527,13 @@ void MainWindow::balloonClicked() {
|
||||
return;
|
||||
}
|
||||
show();
|
||||
if (isMinimized()) {
|
||||
if (isMinimized())
|
||||
showNormal();
|
||||
}
|
||||
|
||||
raise();
|
||||
activateWindow();
|
||||
}
|
||||
}
|
||||
|
||||
// called when a torrent has finished
|
||||
void MainWindow::finishedTorrent(const QTorrentHandle& h) const {
|
||||
|
||||
Reference in New Issue
Block a user