Disable "EnableWifiWarnings" flag

This commit is contained in:
redphx 2024-07-13 17:35:45 +07:00
parent ef2e0892bc
commit 9d00082c67

View File

@ -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