Disable Onboarding screen

This commit is contained in:
redphx
2024-07-08 07:32:16 +07:00
parent 0f360d4be1
commit 6b2412ff27
2 changed files with 28 additions and 0 deletions

View File

@@ -109,4 +109,10 @@ export const BxExposed = {
handleControllerShortcut: ControllerShortcut.handle,
resetControllerShortcut: ControllerShortcut.reset,
overrideSettings: {
'Tv_settings': {
hasCompletedOnboarding: true,
},
},
};