mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed: Regression with advanced settings toggle not persist current session
This commit is contained in:
parent
cd5b658196
commit
45586a5f20
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ export const defaultState = {
|
||||||
ui: ui.defaultState
|
ui: ui.defaultState
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const persistState = [
|
||||||
|
'settings.advancedSettings'
|
||||||
|
];
|
||||||
|
|
||||||
//
|
//
|
||||||
// Actions Types
|
// Actions Types
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue