[F] Fix default

This commit is contained in:
2025-11-25 11:24:14 +08:00
parent 2b9aa80aaa
commit f9030f36ad
+1 -1
View File
@@ -85,7 +85,7 @@ export interface ResultDocument {
export const typingSettingsDefault = {
isFuri: true,
allKata: false,
showRomaji: true,
showRomaji: false,
showRomajiOnError: true,
hideRepeated: false,
};