diff --git a/src/renderer/App.vue b/src/renderer/App.vue index 088f48bb..a7693905 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -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')