mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 12:56:42 +02:00
Disable Fire OS's "Update required" screen
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user