diff options
| author | Fuwn <[email protected]> | 2026-04-02 10:05:51 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-04-02 10:05:51 +0000 |
| commit | 8692e9c9a2ddcb35eddcd4aa1766f67147dd0515 (patch) | |
| tree | eb7473b5819870a2e060ec9f9fe4270696927a85 /src/lib/Locale/layout.ts | |
| parent | revert(ui): remove april fools executive mode (diff) | |
| download | due.moe-8692e9c9a2ddcb35eddcd4aa1766f67147dd0515.tar.xz due.moe-8692e9c9a2ddcb35eddcd4aa1766f67147dd0515.zip | |
feat(debug): add media list timing toggle
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 38999507..08ddc22a 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -270,6 +270,7 @@ export interface Locale { }; debug: { clearCaches: LocaleValue; + showListTimings: LocaleValue; resetAllSettings: { title: LocaleValue; hint: LocaleValue; |