Skip to content

Commit

Permalink
fix: show notification also on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodie committed Sep 25, 2022
1 parent fe1e9d7 commit 54e437b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ fn main() -> nResult<()> {
.map(|_| ())
}

#[cfg(target_os = "macos")]
#[cfg(any(target_os = "macos", target_os = "windows"))]
notification.show().map(|_| ())
}
}
Expand Down

0 comments on commit 54e437b

Please sign in to comment.