Skip to content

Commit b510ea8

Browse files
disable reset duration on hover for toasts
1 parent ad5b2c8 commit b510ea8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/window.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def _show_toast(self, title: str, text: str = "", toast_preset: ToastPreset = To
8787
toast.setMaximumWidth(400)
8888
toast.setTitleFont(app_font(18, bold=True))
8989
toast.setTextFont(app_font(14))
90+
toast.setResetDurationOnHover(False)
9091
toast.show()
9192

9293
def paintEvent(self, event: QPaintEvent | None) -> None:

0 commit comments

Comments
 (0)