mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Actually show the tray notification when a torrent finishes downloading.
This commit is contained in:
@@ -530,7 +530,7 @@ void MainWindow::balloonClicked() {
|
||||
|
||||
// called when a torrent has finished
|
||||
void MainWindow::finishedTorrent(const QTorrentHandle& h) const {
|
||||
if (!TorrentPersistentData::isSeed(h.hash()))
|
||||
if (TorrentPersistentData::isSeed(h.hash()))
|
||||
showNotificationBaloon(tr("Download completion"), tr("%1 has finished downloading.", "e.g: xxx.avi has finished downloading.").arg(h.name()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user