mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 18:20:38 +00:00
UI setup for emojis and theme mode
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user