aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/quickSwitch/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/quickSwitch/index.ts')
-rw-r--r--src/features/quickSwitch/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/features/quickSwitch/index.ts b/src/features/quickSwitch/index.ts
index e9cc36b2a..9d584dc62 100644
--- a/src/features/quickSwitch/index.ts
+++ b/src/features/quickSwitch/index.ts
@@ -3,7 +3,7 @@ import { state as ModalState } from './store';
3export { default as Component } from './Component'; 3export { default as Component } from './Component';
4const state = ModalState; 4const state = ModalState;
5 5
6const debug = require('debug')('Ferdi:feature:quickSwitch'); 6const debug = require('debug')('Ferdium:feature:quickSwitch');
7 7
8export default function initialize() { 8export default function initialize() {
9 debug('Initialize quickSwitch feature'); 9 debug('Initialize quickSwitch feature');
@@ -12,7 +12,7 @@ export default function initialize() {
12 state.isModalVisible = true; 12 state.isModalVisible = true;
13 } 13 }
14 14
15 window['ferdi'].features.quickSwitch = { 15 window['ferdium'].features.quickSwitch = {
16 state, 16 state,
17 showModal, 17 showModal,
18 }; 18 };