aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-21 10:04:59 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-21 10:06:58 +0530
commitee7d9b0af920cc2021028faa52efe78d6ce0880a (patch)
treedba27bf1ee3b63c1e890f7a42436248d5e5c0067 /src/stores
parentchore: set stricter rules for typescript conversion (diff)
downloadferdium-app-ee7d9b0af920cc2021028faa52efe78d6ce0880a.tar.gz
ferdium-app-ee7d9b0af920cc2021028faa52efe78d6ce0880a.tar.zst
ferdium-app-ee7d9b0af920cc2021028faa52efe78d6ce0880a.zip
chore: remove 'shareFranz' feature since its always turned off for Ferdi
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 ac623c258..0dff2fda2 100644
--- a/src/stores/FeaturesStore.js
+++ b/src/stores/FeaturesStore.js
@@ -13,7 +13,6 @@ import workspaces from '../features/workspaces';
13import quickSwitch from '../features/quickSwitch'; 13import quickSwitch from '../features/quickSwitch';
14import nightlyBuilds from '../features/nightlyBuilds'; 14import nightlyBuilds from '../features/nightlyBuilds';
15import publishDebugInfo from '../features/publishDebugInfo'; 15import publishDebugInfo from '../features/publishDebugInfo';
16import shareFranz from '../features/shareFranz';
17import announcements from '../features/announcements'; 16import announcements from '../features/announcements';
18import settingsWS from '../features/settingsWS'; 17import settingsWS from '../features/settingsWS';
19import communityRecipes from '../features/communityRecipes'; 18import communityRecipes from '../features/communityRecipes';
@@ -73,7 +72,6 @@ export default class FeaturesStore extends Store {
73 quickSwitch(this.stores, this.actions); 72 quickSwitch(this.stores, this.actions);
74 nightlyBuilds(this.stores, this.actions); 73 nightlyBuilds(this.stores, this.actions);
75 publishDebugInfo(this.stores, this.actions); 74 publishDebugInfo(this.stores, this.actions);
76 shareFranz(this.stores, this.actions);
77 announcements(this.stores, this.actions); 75 announcements(this.stores, this.actions);
78 settingsWS(this.stores, this.actions); 76 settingsWS(this.stores, this.actions);
79 communityRecipes(this.stores, this.actions); 77 communityRecipes(this.stores, this.actions);