mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 04:14:27 -04:00
allow to change destination directory for queued files (modified patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6835 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
783f73476b
commit
292bdfa324
1 changed files with 22 additions and 22 deletions
|
@ -723,7 +723,7 @@ void TransfersDialog::downloadListCustomPopupMenu( QPoint /*point*/ )
|
|||
if(atLeastOne_Queued)
|
||||
contextMnu.addMenu(&priorityQueueMenu) ;
|
||||
|
||||
if(!atLeastOne_Queued && !items.empty())
|
||||
if( (!items.empty()) && (atLeastOne_Downloading || atLeastOne_Queued || atLeastOne_Waiting || atLeastOne_Paused))
|
||||
{
|
||||
contextMnu.addMenu( &chunkMenu);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue