Skip to content

Commit

Permalink
fix: add hide module support
Browse files Browse the repository at this point in the history
Changelog: fixed
  • Loading branch information
Ovgodd committed Jun 19, 2024
1 parent 438d334 commit 8b74bea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/channels/src/actions/views/root.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import type {Translations} from 'types/store/i18n';

const pluginTranslationSources: Record<string, TranslationPluginFunction> = {};

(window as any).HIDE_MODULE_SUPPORT = true;

export type TranslationPluginFunction = (locale: string) => Translations

export function loadConfigAndMe(): ActionFuncAsync<boolean> {
Expand Down

0 comments on commit 8b74bea

Please sign in to comment.