diff options
| author | Fuwn <[email protected]> | 2024-07-08 19:13:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-08 19:13:01 -0700 |
| commit | 0ab04edf56be3802e19e52d9e1ecb968e3e9d0e6 (patch) | |
| tree | abfc24abdd23365488a0ba873b352d637095b835 /src/lib/Locale/layout.ts | |
| parent | feat(pwa): anilist notifications (diff) | |
| download | due.moe-0ab04edf56be3802e19e52d9e1ecb968e3e9d0e6.tar.xz due.moe-0ab04edf56be3802e19e52d9e1ecb968e3e9d0e6.zip | |
feat(pwa): anilist notifications
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index 081926fd..db581317 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -78,7 +78,7 @@ export interface Locale { fields: { disablePageTransitionAnimations: LocaleValue; disableNotifications: LocaleValue; - disableAniListNotifications: LocaleValue; + enableAniListNotifications: LocaleValue; limitPanelAreaToScreenHeight: LocaleValue; interfaceLanguage: LocaleValue; }; |