Bug fixes

This commit is contained in:
redphx 2024-07-17 18:08:41 +07:00
parent 6999783c07
commit 13527b9cf6
2 changed files with 2 additions and 2 deletions

View File

@ -5120,7 +5120,7 @@ if (this.baseStorageKey in window.BX_EXPOSED.overrideSettings) {
"disableStreamGate",
"overrideSettings",
"broadcastPollingMode",
getPref(PrefKey.UI_CONTROLLER_FRIENDLY) && "patchGamepadPolling",
"patchGamepadPolling",
"exposeStreamSession",
"exposeDialogRoutes",
"enableTvRoutes",

View File

@ -814,7 +814,7 @@ let PATCH_ORDERS: PatchArray = [
'disableStreamGate',
'overrideSettings',
'broadcastPollingMode',
getPref(PrefKey.UI_CONTROLLER_FRIENDLY) && 'patchGamepadPolling',
'patchGamepadPolling',
'exposeStreamSession',
'exposeDialogRoutes',