v1.5.1-beta.1

This commit is contained in:
carodej
2020-05-22 09:40:34 +02:00
parent 65f902fbcf
commit be7d1bdc73
13 changed files with 127 additions and 18 deletions

View File

@@ -90,6 +90,10 @@
this.$store.dispatch('getFolder', [{folder: this.homeDirectory, back: false, init: true}])
}
if (name === 'power') {
this.$store.dispatch('logOut')
}
this.closeAndResetContextMenu()
},
closeAndResetContextMenu() {