We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88df686 commit 07645b3Copy full SHA for 07645b3
1 file changed
src/platform/macos/notifications.rs
@@ -8,7 +8,7 @@ pub struct MacOsNotificationIntegration;
8
9
impl NotificationIntegration for MacOsNotificationIntegration {
10
fn send(&self, message: &OsMessage) -> Result<(), NotificationError> {
11
- notify_rust::set_application("com.reciperium.temporis");
+ notify_rust::set_application("com.reciperium.Temporis");
12
let res = Notification::new()
13
.summary(&message.summary)
14
.body(&message.body)
0 commit comments