mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 12:48:04 -06:00
BUGFIX: Fix and improve file priorities editing (closes #669084)
This commit is contained in:
@@ -766,7 +766,7 @@ void PropertiesWidget::deleteSelectedUrlSeeds(){
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user