This commit is contained in:
Timothy Jaeryang Baek
2026-01-22 18:40:54 +04:00
parent c7f996d593
commit 0df561c33c

View File

@@ -112,6 +112,10 @@
languages = await getLanguages();
if (!$config?.features?.enable_easter_eggs) {
languages = languages.filter((l) => l.code !== 'dg-DG');
}
notificationEnabled = $settings.notificationEnabled ?? false;
system = $settings.system ?? '';