From ed8bcd8823964f12567e12212cf8700d0e9d3eca Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 24 May 2025 20:58:24 +0200 Subject: [PATCH] stop+start -> restart --- .../quickshell/modules/common/widgets/NotificationWidget.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/quickshell/modules/common/widgets/NotificationWidget.qml b/.config/quickshell/modules/common/widgets/NotificationWidget.qml index 14af360f9..c970fd235 100644 --- a/.config/quickshell/modules/common/widgets/NotificationWidget.qml +++ b/.config/quickshell/modules/common/widgets/NotificationWidget.qml @@ -528,8 +528,7 @@ Item { onClicked: { Hyprland.dispatch(`exec wl-copy '${StringUtils.shellSingleQuoteEscape(notificationObject.body)}'`) copyIcon.text = "inventory" - copyIconTimer.stop() - copyIconTimer.start() + copyIconTimer.restart() } Timer {