mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
Merge pull request #401 from tauri-apps/feat/notification-sound
feat(notification): play default sound on Windows
This commit is contained in:
@@ -184,6 +184,9 @@ mod imp {
|
||||
{
|
||||
notification.app_id(&self.identifier);
|
||||
}
|
||||
|
||||
// will be parsed as a `::winrt_notification::Sound`
|
||||
notification.sound_name("Default");
|
||||
}
|
||||
#[cfg(target_os = "macos")]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user