diff --git a/src/utils/feature-gates.ts b/src/utils/feature-gates.ts index 6f60984..8c75513 100644 --- a/src/utils/feature-gates.ts +++ b/src/utils/feature-gates.ts @@ -4,6 +4,8 @@ import { getPref, PrefKey } from "./preferences"; export let FeatureGates: {[key: string]: boolean} = { 'PwaPrompt': false, 'EnableWifiWarnings': false, + 'EnableUpdateRequiredPage': false, + 'ShowForcedUpdateScreen': false, }; // Disable context menu in Home page