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