Disable Fire OS's "Update required" screen

This commit is contained in:
redphx 2024-07-18 07:21:35 +07:00
parent 64be526b2d
commit c2d8f1fbf7

View File

@ -4,6 +4,8 @@ import { getPref, PrefKey } from "./preferences";
export let FeatureGates: {[key: string]: boolean} = { export let FeatureGates: {[key: string]: boolean} = {
'PwaPrompt': false, 'PwaPrompt': false,
'EnableWifiWarnings': false, 'EnableWifiWarnings': false,
'EnableUpdateRequiredPage': false,
'ShowForcedUpdateScreen': false,
}; };
// Disable context menu in Home page // Disable context menu in Home page