update to palettes GUI + disable theme-setting stuff while change is in progress

This commit is contained in:
Henry Jameson 2024-12-26 23:45:43 +02:00
commit 6a1a3ebf13
5 changed files with 94 additions and 60 deletions

View file

@ -186,6 +186,9 @@ const AppearanceTab = {
}
},
computed: {
switchInProgress () {
return this.$store.state.interface.themeChangeInProgress
},
paletteDataUsed () {
return this.$store.state.interface.paletteDataUsed
},