We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497be7f commit d8d8e91Copy full SHA for d8d8e91
src/notifications.rs
@@ -82,7 +82,6 @@ fn send_notification_desktop(summary: String, body: Option<String>) {
82
desktop_notification
83
.summary(&summary)
84
.appname("iamb")
85
- .timeout(notify_rust::Timeout::Milliseconds(3000))
86
.action("default", "default");
87
88
if let Some(body) = body {
0 commit comments