feat: add notification sounds #44

Merged
naomi merged 2 commits from feat/notifications into main 2026-01-19 16:18:26 -08:00
Showing only changes of commit df3b0b24fd - Show all commits
+2
View File
@@ -119,6 +119,8 @@ mod tests {
theme: Theme::Light,
greeting_enabled: true,
greeting_custom_prompt: Some("Hello!".to_string()),
notifications_enabled: true,
notification_volume: 0.7,
};
let json = serde_json::to_string(&config).unwrap();