Stop ErrorNotification’s time on close

Otherwise, if there is another notification before the timer runs out,
it will close the new notification sooner than expected.
This commit is contained in:
jordi fita mas 2024-12-22 04:20:04 +01:00
parent fe7a9a78c6
commit 45c12ed2bb
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ Control {
text: qsTr("Close")
onClicked: function () {
hideTimer.stop();
control.visible = false;
}
}