mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-24 14:23:36 -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)
|
||||
}// if (!items.empty())
|
||||
|
||||
if (atLeastOne_Downloading) {
|
||||
if (atLeastOne_Waiting || atLeastOne_Downloading || atLeastOne_Queued || atLeastOne_Paused) {
|
||||
contextMnu.addMenu( &prioritySpeedMenu) ;
|
||||
}//if (atLeastOne_Downloading)
|
||||
}
|
||||
if (atLeastOne_Queued) {
|
||||
contextMnu.addMenu( &priorityQueueMenu) ;
|
||||
}//if (atLeastOne_Queued)
|
||||
|
Loading…
Reference in New Issue
Block a user