refactor(frontend): rename pizzax fields
This commit is contained in:
parent
16ad6b3f6c
commit
08f7e7d9b3
50 changed files with 243 additions and 236 deletions
|
|
@ -200,7 +200,7 @@ async function saveAs() {
|
|||
if (description.value) theme.value.desc = description.value;
|
||||
await addTheme(theme.value);
|
||||
applyTheme(theme.value);
|
||||
if (store.state.darkMode) {
|
||||
if (store.s.darkMode) {
|
||||
prefer.set('darkTheme', theme.value);
|
||||
} else {
|
||||
prefer.set('lightTheme', theme.value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue