fix(notification): remove default notification sound on Windows (#440)

This commit is contained in:
Amr Bashir
2023-06-18 13:18:20 +03:00
committed by GitHub
parent 32c2a441c3
commit c81dff292a
2 changed files with 5 additions and 3 deletions
-3
View File
@@ -184,9 +184,6 @@ mod imp {
{
notification.app_id(&self.identifier);
}
// will be parsed as a `::winrt_notification::Sound`
notification.sound_name("Default");
}
#[cfg(target_os = "macos")]
{