aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 77027f88d..9f3749b34 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -342,10 +342,7 @@ export default class AppStore extends Store {
342 async _autoStart() { 342 async _autoStart() {
343 this.autoLaunchOnStart = await this._checkAutoStart(); 343 this.autoLaunchOnStart = await this._checkAutoStart();
344 344
345 console.log('### settings appstarts', this.stores.settings.all.appStarts);
346
347 if (!this.stores.settings.all.appStarts) { 345 if (!this.stores.settings.all.appStarts) {
348 console.log('launch Franz on start');
349 this.actions.app.launchOnStartup({ 346 this.actions.app.launchOnStartup({
350 enable: true, 347 enable: true,
351 }); 348 });