mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
- Do not save currently selected label since we no longer restore it on startup
This commit is contained in:
@@ -198,7 +198,7 @@ public:
|
||||
QSettings settings(QString::fromUtf8("qBittorrent"), QString::fromUtf8("qBittorrent"));
|
||||
settings.beginGroup(QString::fromUtf8("TransferListFilters"));
|
||||
settings.setValue("selectedFilterIndex", QVariant(statusFilters->currentRow()));
|
||||
settings.setValue("selectedLabelIndex", QVariant(labelFilters->currentRow()));
|
||||
//settings.setValue("selectedLabelIndex", QVariant(labelFilters->currentRow()));
|
||||
settings.setValue("customLabels", customLabels);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user