mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Do not display !.qB extension in save path
This commit is contained in:
@@ -817,7 +817,7 @@ void PropertiesWidget::renameSelectedFile() {
|
||||
// Also rename it in the files list model
|
||||
PropListModel->setData(PropListModel->index(0, 0), new_file_name);
|
||||
}
|
||||
display_path = new_path;
|
||||
display_path = h.firstFileSavePath();
|
||||
} else {
|
||||
display_path = savePath.absolutePath();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user