From 0c29b10a711f2ff9978ec9898867eb0aae88298d Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:38:46 -0400 Subject: Add option to disable furigana and reading in Term display style (#862) * Add option to disable furigana and reading in `Term display style` * Also hide search reading --- types/ext/settings.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types') diff --git a/types/ext/settings.d.ts b/types/ext/settings.d.ts index 4e3b185a..1fce0f59 100644 --- a/types/ext/settings.d.ts +++ b/types/ext/settings.d.ts @@ -373,7 +373,7 @@ export type PopupActionBarLocation = 'left' | 'right' | 'top' | 'bottom'; export type FrequencyDisplayMode = 'tags' | 'tags-grouped' | 'split-tags' | 'split-tags-grouped' | 'inline-list' | 'list'; -export type TermDisplayMode = 'ruby' | 'ruby-and-reading' | 'term-and-reading'; +export type TermDisplayMode = 'ruby' | 'ruby-and-reading' | 'term-and-reading' | 'term-only'; export type SortFrequencyDictionaryOrder = 'ascending' | 'descending'; -- cgit v1.2.3