mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 18:56:34 +03:00
- Do not save currently selected label since we no longer restore it on startup
This commit is contained in:
parent
719b32ba36
commit
baaadf07fa
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ public:
|
||||||
QSettings settings(QString::fromUtf8("qBittorrent"), QString::fromUtf8("qBittorrent"));
|
QSettings settings(QString::fromUtf8("qBittorrent"), QString::fromUtf8("qBittorrent"));
|
||||||
settings.beginGroup(QString::fromUtf8("TransferListFilters"));
|
settings.beginGroup(QString::fromUtf8("TransferListFilters"));
|
||||||
settings.setValue("selectedFilterIndex", QVariant(statusFilters->currentRow()));
|
settings.setValue("selectedFilterIndex", QVariant(statusFilters->currentRow()));
|
||||||
settings.setValue("selectedLabelIndex", QVariant(labelFilters->currentRow()));
|
//settings.setValue("selectedLabelIndex", QVariant(labelFilters->currentRow()));
|
||||||
settings.setValue("customLabels", customLabels);
|
settings.setValue("customLabels", customLabels);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue