@@ -0,0 +1,5 @@
+---
+"tauri": "patch"
+
+Play a sound when showing a notification on Windows.
@@ -119,6 +119,9 @@ impl Notification {
{
notification.app_id(&self.identifier);
}
+ // will be parsed as a `::winrt_notification::Sound`
+ notification.sound_name("Default");
#[cfg(target_os = "macos")]