aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stores/AppStore.js3
-rw-r--r--src/stores/ServicesStore.js1
2 files changed, 0 insertions, 4 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 });
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 99ffe5439..c38d0d9ee 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -536,7 +536,6 @@ export default class ServicesStore extends Store {
536 536
537 // We can't just block this earlier, otherwise the mobx reaction won't be aware of the vars to watch in some cases 537 // We can't just block this earlier, otherwise the mobx reaction won't be aware of the vars to watch in some cases
538 if (showMessageBadgesEvenWhenMuted) { 538 if (showMessageBadgesEvenWhenMuted) {
539 console.log('set badge', unreadDirectMessageCount, unreadIndirectMessageCount);
540 this.actions.app.setBadge({ 539 this.actions.app.setBadge({
541 unreadDirectMessageCount, 540 unreadDirectMessageCount,
542 unreadIndirectMessageCount, 541 unreadIndirectMessageCount,