refs #551 Set active tab to first when close preferences
This commit is contained in:
parent
b15f173200
commit
6daf09912d
|
@ -54,6 +54,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
close () {
|
close () {
|
||||||
this.$router.push('/')
|
this.$router.push('/')
|
||||||
|
this.$store.commit('Preferences/changeActive', '1')
|
||||||
},
|
},
|
||||||
general () {
|
general () {
|
||||||
this.$router.push('/preferences/general')
|
this.$router.push('/preferences/general')
|
||||||
|
|
Loading…
Reference in New Issue