diff options
Diffstat (limited to 'types')
-rw-r--r-- | types/ext/settings.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |