stop+start -> restart

This commit is contained in:
end-4
2025-05-24 20:58:24 +02:00
parent 5b8023740d
commit ed8bcd8823
@@ -528,8 +528,7 @@ Item {
onClicked: { onClicked: {
Hyprland.dispatch(`exec wl-copy '${StringUtils.shellSingleQuoteEscape(notificationObject.body)}'`) Hyprland.dispatch(`exec wl-copy '${StringUtils.shellSingleQuoteEscape(notificationObject.body)}'`)
copyIcon.text = "inventory" copyIcon.text = "inventory"
copyIconTimer.stop() copyIconTimer.restart()
copyIconTimer.start()
} }
Timer { Timer {