Set Close/Back buttons to always browse back - Closes #217

This commit is contained in:
Bubka
2023-08-21 14:46:05 +02:00
parent a80a002ce7
commit fe4ebd586d
7 changed files with 138 additions and 18 deletions

View File

@ -26,13 +26,6 @@ Vue.mixin({
},
clearStorage() {
},
exitSettings: function (event) {
if (event) {
this.$notify({ clean: true })
this.$router.push({ name: 'accounts' })
}
this.$storage.remove('accounts')
this.$storage.remove('groups')
this.$storage.remove('lastRoute')