1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-08 07:48:45 +01:00

refs #551 Set active tab to first when close preferences

This commit is contained in:
AkiraFukushima 2018-08-22 21:16:29 +09:00
parent b15f173200
commit 6daf09912d

View File

@ -54,6 +54,7 @@ export default {
methods: {
close () {
this.$router.push('/')
this.$store.commit('Preferences/changeActive', '1')
},
general () {
this.$router.push('/preferences/general')