Skip to content

Commit

Permalink
update(init): make notification's duration unlimited
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 25, 2024
1 parent 0cd4864 commit bdbfbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtribu/plugin_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def check_dependencies(self) -> bool:
),
log_level=2,
push=True,
duration=60,
duration=0,
button=True,
button_connect=partial(
QDesktopServices.openUrl,
Expand Down

0 comments on commit bdbfbb5

Please sign in to comment.