Skip to content

Commit 07645b3

Browse files
committed
fix(macos): attempt at notifications in MacOS
1 parent 88df686 commit 07645b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/macos/notifications.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub struct MacOsNotificationIntegration;
88

99
impl NotificationIntegration for MacOsNotificationIntegration {
1010
fn send(&self, message: &OsMessage) -> Result<(), NotificationError> {
11-
notify_rust::set_application("com.reciperium.temporis");
11+
notify_rust::set_application("com.reciperium.Temporis");
1212
let res = Notification::new()
1313
.summary(&message.summary)
1414
.body(&message.body)

0 commit comments

Comments
 (0)