aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/layout.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-08 19:11:47 -0700
committerFuwn <[email protected]>2024-07-08 19:11:47 -0700
commite1af2369964e0e5eed8fed9d86a89b8547559251 (patch)
treebe70168527a44596b18a4d59142a48a6d4b52386 /src/lib/Locale/layout.ts
parentfeat(manifest.json): add orientation (diff)
downloaddue.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.ts1
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;
};