- dark mode fixes

- sort reloading
This commit is contained in:
Čarodej
2021-10-29 17:54:34 +02:00
parent 57506fc34f
commit 1e515ede88
5 changed files with 48 additions and 10 deletions

View File

@@ -72,11 +72,13 @@ export default {
// Update sorting state in vuex
this.$store.commit('UPDATE_SORTING')
// Get dara of user with favourites tree
// Get data of user with favourites tree
this.$store.dispatch('getAppData')
// Get data of Navigator tree
this.$store.dispatch('getFolderTree')
this.$getDataByLocation()
},
changePreview(previewType) {
this.$store.dispatch('changePreviewType', previewType)