mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
- Fixed start action
This commit is contained in:
parent
45efcfce13
commit
7a1af536b6
1 changed files with 1 additions and 1 deletions
|
@ -1325,7 +1325,7 @@ void GUI::on_actionStart_triggered() {
|
|||
QString hash;
|
||||
foreach(hash, hashes) {
|
||||
QTorrentHandle h = BTSession->getTorrentHandle(hash);
|
||||
if(!h.is_paused()){
|
||||
if(h.is_paused()){
|
||||
h.resume();
|
||||
if(inDownloadList) {
|
||||
downloadingTorrentTab->resumeTorrent(hash);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue