chore(config): update fresh-install defaults

This commit is contained in:
2026-04-03 22:22:46 -07:00
parent e4137d9760
commit 6eb1b0f197
17 changed files with 79 additions and 45 deletions

View File

@@ -31,10 +31,10 @@ export const CORE_DEFAULT_CONFIG: Pick<
},
texthooker: {
launchAtStartup: true,
openBrowser: true,
openBrowser: false,
},
controller: {
enabled: true,
enabled: false,
preferredGamepadId: '',
preferredGamepadLabel: '',
smoothScroll: true,