From 8b74bea20f38114eff02b3d108228fd67c286d58 Mon Sep 17 00:00:00 2001 From: Ovgodd Date: Wed, 19 Jun 2024 16:50:29 +0200 Subject: [PATCH] fix: add hide module support Changelog: fixed --- webapp/channels/src/actions/views/root.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/channels/src/actions/views/root.ts b/webapp/channels/src/actions/views/root.ts index e44ca37217..5a767359d2 100644 --- a/webapp/channels/src/actions/views/root.ts +++ b/webapp/channels/src/actions/views/root.ts @@ -20,6 +20,8 @@ import type {Translations} from 'types/store/i18n'; const pluginTranslationSources: Record = {}; +(window as any).HIDE_MODULE_SUPPORT = true; + export type TranslationPluginFunction = (locale: string) => Translations export function loadConfigAndMe(): ActionFuncAsync {