mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Files / Folders can also be renamed directly from torrent addition dialog
This commit is contained in:
parent
533e402bca
commit
add2475700
5 changed files with 248 additions and 97 deletions
|
@ -467,7 +467,7 @@ void PropertiesWidget::displayFilesListMenu(const QPoint&){
|
|||
QAction *actRename = 0;
|
||||
if(selectedRows.size() == 1) {
|
||||
actRename = myFilesLlistMenu.addAction(QIcon(QString::fromUtf8(":/Icons/oxygen/edit_clear.png")), tr("Rename..."));
|
||||
myFilesLlistMenu.addSeparator();
|
||||
//myFilesLlistMenu.addSeparator();
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue