diff --git a/src/renderer/components/Preferences.vue b/src/renderer/components/Preferences.vue index d271d35b..ba555fe5 100644 --- a/src/renderer/components/Preferences.vue +++ b/src/renderer/components/Preferences.vue @@ -54,6 +54,7 @@ export default { methods: { close () { this.$router.push('/') + this.$store.commit('Preferences/changeActive', '1') }, general () { this.$router.push('/preferences/general')