Support enabling multiple notification sinks (#344)

This commit is contained in:
Nemo157
2024-09-17 07:15:36 +02:00
committed by GitHub
parent e40a8a8d2e
commit 9a9bdb4862
4 changed files with 106 additions and 18 deletions

View File

@@ -191,7 +191,7 @@ pub fn mock_tunables() -> TunableValues {
message_user_color: false,
notifications: Notifications {
enabled: false,
via: NotifyVia::Desktop,
via: NotifyVia::default(),
show_message: true,
},
image_preview: None,