Add config option for playing sound-hints with desktop notifications (#481)

This commit is contained in:
Akseli
2025-08-23 00:47:33 +03:00
committed by GitHub
parent 1bb93c18fb
commit 6ebb7ac7fd
3 changed files with 13 additions and 1 deletions

View File

@@ -196,6 +196,7 @@ pub fn mock_tunables() -> TunableValues {
enabled: false,
via: NotifyVia::default(),
show_message: true,
sound_hint: None,
},
image_preview: None,
user_gutter_width: 30,