aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-18 04:24:10 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-18 04:24:10 +0100
commit18494f66a7e0f4020cbc77374d4679421fcf469a (patch)
treecfd10fb71ca86f4d0580946cee2ccbc8c66dc634 /src/stores
parentFix linter (diff)
downloadferdium-app-18494f66a7e0f4020cbc77374d4679421fcf469a.tar.gz
ferdium-app-18494f66a7e0f4020cbc77374d4679421fcf469a.tar.zst
ferdium-app-18494f66a7e0f4020cbc77374d4679421fcf469a.zip
Refactor autoUpdater usage
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/FeaturesStore.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stores/FeaturesStore.js b/src/stores/FeaturesStore.js
index 26a045314..e2c0c08ef 100644
--- a/src/stores/FeaturesStore.js
+++ b/src/stores/FeaturesStore.js
@@ -7,7 +7,6 @@ import serviceProxy from '../features/serviceProxy';
7import basicAuth from '../features/basicAuth'; 7import basicAuth from '../features/basicAuth';
8import workspaces from '../features/workspaces'; 8import workspaces from '../features/workspaces';
9import quickSwitch from '../features/quickSwitch'; 9import quickSwitch from '../features/quickSwitch';
10import nightlyBuilds from '../features/nightlyBuilds';
11import publishDebugInfo from '../features/publishDebugInfo'; 10import publishDebugInfo from '../features/publishDebugInfo';
12import communityRecipes from '../features/communityRecipes'; 11import communityRecipes from '../features/communityRecipes';
13import todos from '../features/todos'; 12import todos from '../features/todos';
@@ -70,7 +69,6 @@ export default class FeaturesStore extends Store {
70 basicAuth(); 69 basicAuth();
71 workspaces(this.stores, this.actions); 70 workspaces(this.stores, this.actions);
72 quickSwitch(); 71 quickSwitch();
73 nightlyBuilds();
74 publishDebugInfo(); 72 publishDebugInfo();
75 communityRecipes(this.stores, this.actions); 73 communityRecipes(this.stores, this.actions);
76 todos(this.stores, this.actions); 74 todos(this.stores, this.actions);