From 0fe6608be98eeb6c8fe74d50c8fda3d43b239026 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:07:09 +0700 Subject: [PATCH] Disable "patchSetCurrentlyFocusedInteractable" patch --- src/modules/patcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/patcher.ts b/src/modules/patcher.ts index d31e17b..28d7089 100644 --- a/src/modules/patcher.ts +++ b/src/modules/patcher.ts @@ -810,7 +810,7 @@ let PATCH_ORDERS: PatchArray = [ 'enableTvRoutes', 'overrideStorageGetSettings', - 'patchSetCurrentlyFocusedInteractable', + // 'patchSetCurrentlyFocusedInteractable', getPref(PrefKey.UI_LAYOUT) !== 'default' && 'websiteLayout', getPref(PrefKey.LOCAL_CO_OP_ENABLED) && 'supportLocalCoOp',