Skip to content

Commit b489c76

Browse files
remove timeout for desktop notifications
1 parent 497be7f commit b489c76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/notifications.rs

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ fn send_notification_desktop(summary: String, body: Option<String>) {
8282
desktop_notification
8383
.summary(&summary)
8484
.appname("iamb")
85-
.timeout(notify_rust::Timeout::Milliseconds(3000))
8685
.action("default", "default");
8786

8887
if let Some(body) = body {

0 commit comments

Comments
 (0)