Fix custom input icons not showing in game card

This commit is contained in:
redphx
2025-03-21 06:28:59 +07:00
parent b8c62a1f4d
commit 317ac9017b
5 changed files with 67 additions and 7 deletions

View File

@@ -261,4 +261,9 @@ export const BxExposed = {
),
);
} : () => {},
hasCustomTouchControl: TouchController.hasCustomControl,
hasCustomNativeMkb: (productId: string) => {
return BX_FLAGS.ForceNativeMkbTitles?.includes(productId);
}
};