diff options
Diffstat (limited to 'src/components/style_switcher/style_switcher.js')
| -rw-r--r-- | src/components/style_switcher/style_switcher.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js index e1a17837..d45ce455 100644 --- a/src/components/style_switcher/style_switcher.js +++ b/src/components/style_switcher/style_switcher.js @@ -369,6 +369,10 @@ export default { }) }, + clearAll () { + this.normalizeLocalState(this.$store.state.config.customTheme) + }, + // Clears all the extra stuff when loading V1 theme clearV1 () { Object.keys(this.$data) |
