diff --git a/server/src/ledgrab/static/js/features/color-strips/index.ts b/server/src/ledgrab/static/js/features/color-strips/index.ts index f374c91..e85df4b 100644 --- a/server/src/ledgrab/static/js/features/color-strips/index.ts +++ b/server/src/ledgrab/static/js/features/color-strips/index.ts @@ -180,6 +180,8 @@ class CSSEditorModal extends Modal { notification_default_color: getNotificationDefaultColorSnapshot(), notification_filter_mode: (document.getElementById('css-editor-notification-filter-mode') as HTMLInputElement).value, notification_filter_list: (document.getElementById('css-editor-notification-filter-list') as HTMLInputElement).value, + notification_sound: (document.getElementById('css-editor-notification-sound') as HTMLSelectElement).value, + notification_volume: getNotificationVolumeSnapshot(), notification_app_overrides: JSON.stringify(notificationGetRawAppOverrides()), clock_id: (document.getElementById('css-editor-clock') as HTMLInputElement).value, daylight_speed: (document.getElementById('css-editor-daylight-speed') as HTMLInputElement).value,