mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 12:34:19 +00:00
Fix torrent addition dialog settings saving
This commit is contained in:
parent
92661e1d53
commit
7dd9680e26
@ -91,7 +91,7 @@ void torrentAdditionDialog::readSettings() {
|
||||
}
|
||||
|
||||
void torrentAdditionDialog::saveSettings() {
|
||||
if(is_magnet) return;
|
||||
if(is_magnet || t->num_files() <= 1) return;
|
||||
QSettings settings(QString::fromUtf8("qBittorrent"), QString::fromUtf8("qBittorrent"));
|
||||
QStringList contentColsWidths;
|
||||
// -1 because we hid PROGRESS column
|
||||
|
Loading…
x
Reference in New Issue
Block a user