Skip to content

Commit

Permalink
Merge pull request #116 from ypconstante/fix/transient-check-error
Browse files Browse the repository at this point in the history
Fix transient notification check
  • Loading branch information
franciscolourenco authored Sep 29, 2021
2 parents f3f66e1 + 233107b commit 51c3078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.d/done.fish
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ if set -q _done_enabled

# make notification auto-disappear
set -l transient ""
if "$__done_notification_transient" != 0
if test "$__done_notification_transient" -eq 1
set transient --hint=int:transient:1
end

Expand Down

0 comments on commit 51c3078

Please sign in to comment.