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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index be49d2453..2eae9ed0a 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -111,7 +111,7 @@ export default class AppStore extends Store {
111 111
112 this.isOnline = navigator.onLine; 112 this.isOnline = navigator.onLine;
113 113
114 // Check if Franz should launch on start 114 // Check if Ferdi should launch on start
115 // Needs to be delayed a bit 115 // Needs to be delayed a bit
116 this._autoStart(); 116 this._autoStart();
117 117