diff options
| author | Fuwn <[email protected]> | 2024-07-28 03:06:35 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-28 03:06:35 -0700 |
| commit | 90aea6970c1183902605c46a5904eb466af98246 (patch) | |
| tree | 433fb1894579fa21c8ce505ceec1997a16b8efbf /src/lib/Locale/layout.ts | |
| parent | feat(Settings): prune manga on locale preference change (diff) | |
| download | due.moe-90aea6970c1183902605c46a5904eb466af98246.tar.xz due.moe-90aea6970c1183902605c46a5904eb466af98246.zip | |
feat(Completed): allow hiding panels
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index b26c1ed8..59aec787 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -101,6 +101,7 @@ export interface Locale { }; hint: LocaleValue; }; + filtersIncludeCompleted: LocaleValue; }; tooltips: { beta: LocaleValue; |