reset buttons, better disabled for shadows

This commit is contained in:
Henry Jameson 2018-11-23 11:36:36 +03:00
parent 26b9f787bb
commit b07d7d7229
8 changed files with 85 additions and 22 deletions

View file

@ -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)