diff --git a/packages/client/src/components/notification-setting-window.vue b/packages/client/src/components/notification-setting-window.vue index 4edbda033..f228b4dbf 100644 --- a/packages/client/src/components/notification-setting-window.vue +++ b/packages/client/src/components/notification-setting-window.vue @@ -47,7 +47,7 @@ const props = withDefaults(defineProps<{ message?: string, }>(), { includingTypes: () => [], - notificationTypes: () => [], + notificationTypes: foundkey.notificationTypes, showGlobalToggle: true, message: i18n.ts.notificationSettingDesc, });