mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 05:32:05 +00:00
- Do not save currently selected label since we no longer restore it on startup
This commit is contained in:
parent
719b32ba36
commit
baaadf07fa
@ -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…
x
Reference in New Issue
Block a user