ui_migration chore(eslint) clean
This commit is contained in:
parent
e59e99b2f3
commit
793441aadf
3 changed files with 4 additions and 16 deletions
|
|
@ -99,12 +99,7 @@ export const useSettingsStore = defineStore(
|
|||
{
|
||||
// PiniaPluginPersistedState will now automatically persist ONLY these specific refs to localStorage
|
||||
persist: {
|
||||
paths: [
|
||||
"appTheme",
|
||||
"disableStream",
|
||||
"navigationStepSize",
|
||||
"navigationInvert",
|
||||
],
|
||||
paths: ["appTheme", "disableStream", "navigationStepSize", "navigationInvert"],
|
||||
},
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue