Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Aug 8, 2023
1 parent 7af5c64 commit 6321c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/tauri/src/endpoints/notification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub enum SoundDto {
Custom(String),
}

#[cfg(notification_all)]
impl From<SoundDto> for crate::api::notification::Sound {
fn from(sound: SoundDto) -> Self {
match sound {
Expand Down

0 comments on commit 6321c7d

Please sign in to comment.