UI setup for emojis and theme mode

This commit is contained in:
Čarodej
2022-01-20 17:05:48 +01:00
parent bb4f66f159
commit 6b71eabfa2
15 changed files with 440 additions and 120 deletions
@@ -245,7 +245,6 @@ export default {
},
computed: {
...mapGetters([
'isDarkMode',
'config',
'user',
]),
@@ -588,7 +587,7 @@ export default {
}
if (arg.action.value === 'dark-mode') {
this.$store.dispatch('toggleDarkMode', !this.isDarkMode)
this.$store.dispatch('toggleThemeMode')
}
if (arg.action.value === 'full-screen-mode') {