mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
FEATURE: Added error state for torrents (error is displayed in a tooltip)
This commit is contained in:
parent
8db8841c9c
commit
781d33b869
7 changed files with 31 additions and 9 deletions
|
@ -2034,7 +2034,7 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
|
|||
addConsoleMessage(tr("Reason: %1").arg(misc::toQString(p->message())));
|
||||
if(h.is_valid()) {
|
||||
emit fullDiskError(h, misc::toQString(p->message()));
|
||||
h.pause();
|
||||
//h.pause();
|
||||
emit pausedTorrent(h);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue