diff --git a/src/lib/types.ts b/src/lib/types.ts index f186f24..740e45a 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -85,7 +85,7 @@ export interface ResultDocument { export const typingSettingsDefault = { isFuri: true, allKata: false, - showRomaji: true, + showRomaji: false, showRomajiOnError: true, hideRepeated: false, };