mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-25 23:06:10 -05:00
Merge pull request #122 from PhenomRetroShare/Fix_PrioritySpeedMenuForDownloadFiles
Fix priority Speed Menu for download file.
This commit is contained in:
commit
c6ad0d4b5c
@ -717,9 +717,9 @@ void TransfersDialog::downloadListCustomPopupMenu( QPoint /*point*/ )
|
|||||||
}// for (int i = 0; i < lst.count(); ++i)
|
}// for (int i = 0; i < lst.count(); ++i)
|
||||||
}// if (!items.empty())
|
}// if (!items.empty())
|
||||||
|
|
||||||
if (atLeastOne_Downloading) {
|
if (atLeastOne_Waiting || atLeastOne_Downloading || atLeastOne_Queued || atLeastOne_Paused) {
|
||||||
contextMnu.addMenu( &prioritySpeedMenu) ;
|
contextMnu.addMenu( &prioritySpeedMenu) ;
|
||||||
}//if (atLeastOne_Downloading)
|
}
|
||||||
if (atLeastOne_Queued) {
|
if (atLeastOne_Queued) {
|
||||||
contextMnu.addMenu( &priorityQueueMenu) ;
|
contextMnu.addMenu( &priorityQueueMenu) ;
|
||||||
}//if (atLeastOne_Queued)
|
}//if (atLeastOne_Queued)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user