mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Fixed start action
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user