1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-08 15:58:42 +01:00

Clean up unused method calling

This commit is contained in:
AkiraFukushima 2020-10-04 21:06:14 +09:00
parent 99f8493638
commit 2ef7ae2a4c

View File

@ -36,7 +36,6 @@ export default {
this.$store.dispatch('App/loadPreferences').then(conf => {
this.$i18n.i18next.changeLanguage(conf.language.language)
})
this.$store.dispatch('App/loadProxy')
},
destroyed() {
this.$store.dispatch('App/removeShortcutsEvents')