Skip to content

Commit

Permalink
fix(notify): Make the notification non-resident, so it closes on click
Browse files Browse the repository at this point in the history
Closes #12
  • Loading branch information
mmstick committed Aug 13, 2019
1 parent 5749234 commit 861f90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fn notify() {
.icon("firmware-manager")
.appname("firmware-manager")
.action("default", "default")
.hint(NotificationHint::Resident(true))
// .hint(NotificationHint::Resident(true))
.timeout(Timeout::Never)
.show()
.expect("failed to show desktop notification")
Expand Down

0 comments on commit 861f90d

Please sign in to comment.