From 1d41b849cb7840a1611d34f20bfe636fc8b903dc Mon Sep 17 00:00:00 2001 From: vantezzen Date: Fri, 20 Sep 2019 12:34:56 +0200 Subject: Implement Quick Switch feature --- src/stores/FeaturesStore.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stores/FeaturesStore.js') diff --git a/src/stores/FeaturesStore.js b/src/stores/FeaturesStore.js index cf28b6bec..c39b6d7f3 100644 --- a/src/stores/FeaturesStore.js +++ b/src/stores/FeaturesStore.js @@ -13,6 +13,7 @@ import spellchecker from '../features/spellchecker'; import serviceProxy from '../features/serviceProxy'; import basicAuth from '../features/basicAuth'; import workspaces from '../features/workspaces'; +import quickSwitch from '../features/quickSwitch'; import shareFranz from '../features/shareFranz'; import announcements from '../features/announcements'; import settingsWS from '../features/settingsWS'; @@ -75,6 +76,7 @@ export default class FeaturesStore extends Store { serviceProxy(this.stores, this.actions); basicAuth(this.stores, this.actions); workspaces(this.stores, this.actions); + quickSwitch(this.stores, this.actions); shareFranz(this.stores, this.actions); announcements(this.stores, this.actions); settingsWS(this.stores, this.actions); -- cgit v1.2.3-70-g09d2