diff options
| author | Fuwn <[email protected]> | 2024-07-08 19:11:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-08 19:11:47 -0700 |
| commit | e1af2369964e0e5eed8fed9d86a89b8547559251 (patch) | |
| tree | be70168527a44596b18a4d59142a48a6d4b52386 /src/lib/Locale/layout.ts | |
| parent | feat(manifest.json): add orientation (diff) | |
| download | due.moe-e1af2369964e0e5eed8fed9d86a89b8547559251.tar.xz due.moe-e1af2369964e0e5eed8fed9d86a89b8547559251.zip | |
feat(pwa): anilist notifications
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 4fea935a..081926fd 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -78,6 +78,7 @@ export interface Locale { fields: { disablePageTransitionAnimations: LocaleValue; disableNotifications: LocaleValue; + disableAniListNotifications: LocaleValue; limitPanelAreaToScreenHeight: LocaleValue; interfaceLanguage: LocaleValue; }; |