mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-29 19:18:42 -07:00
Fix and improve file priorities editing
This commit is contained in:
parent
390508e7db
commit
658d876ff7
5 changed files with 69 additions and 48 deletions
|
@ -676,7 +676,7 @@ void PropertiesWidget::renameSelectedFile() {
|
|||
}
|
||||
|
||||
bool PropertiesWidget::applyPriorities() {
|
||||
qDebug("Saving pieces priorities");
|
||||
qDebug("Saving files priorities");
|
||||
const std::vector<int> priorities = PropListModel->getFilesPriorities(h.get_torrent_info().num_files());
|
||||
bool first_last_piece_first = false;
|
||||
// Save first/last piece first option state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue