mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
WebUI: add versioning to local preferences
And provide migration path for changing preferences. Fixes #22639. PR #22677.
This commit is contained in:
@@ -175,6 +175,8 @@ let setStatusFilter = () => {};
|
||||
let toggleFilterDisplay = () => {};
|
||||
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
window.qBittorrent.LocalPreferences.upgrade();
|
||||
|
||||
let isSearchPanelLoaded = false;
|
||||
let isLogPanelLoaded = false;
|
||||
let isRssPanelLoaded = false;
|
||||
|
||||
Reference in New Issue
Block a user