mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Remove timeout for desktop notifications (#314)
This commit is contained in:
parent
497be7f099
commit
d8d8e91295
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ fn send_notification_desktop(summary: String, body: Option<String>) {
|
||||||
desktop_notification
|
desktop_notification
|
||||||
.summary(&summary)
|
.summary(&summary)
|
||||||
.appname("iamb")
|
.appname("iamb")
|
||||||
.timeout(notify_rust::Timeout::Milliseconds(3000))
|
|
||||||
.action("default", "default");
|
.action("default", "default");
|
||||||
|
|
||||||
if let Some(body) = body {
|
if let Some(body) = body {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue