update to palettes GUI + disable theme-setting stuff while change is in progress
This commit is contained in:
parent
6bf6d102ef
commit
6a1a3ebf13
5 changed files with 94 additions and 60 deletions
|
|
@ -186,6 +186,9 @@ const AppearanceTab = {
|
|||
}
|
||||
},
|
||||
computed: {
|
||||
switchInProgress () {
|
||||
return this.$store.state.interface.themeChangeInProgress
|
||||
},
|
||||
paletteDataUsed () {
|
||||
return this.$store.state.interface.paletteDataUsed
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue