From 4220dfe2a53063fbd9d2faf424065142edeccdd0 Mon Sep 17 00:00:00 2001 From: Jhannes Reimann <75742343+jhannesreimann@users.noreply.github.com> Date: Sun, 8 Feb 2026 00:53:00 +0100 Subject: [PATCH] fix: reverse rotation direction of sync icon in plugin browser (#1617) --- quickshell/Modules/Settings/PluginBrowser.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Modules/Settings/PluginBrowser.qml b/quickshell/Modules/Settings/PluginBrowser.qml index 2d600fa5..2c2004cc 100644 --- a/quickshell/Modules/Settings/PluginBrowser.qml +++ b/quickshell/Modules/Settings/PluginBrowser.qml @@ -378,7 +378,7 @@ FloatingWindow { RotationAnimator on rotation { from: 0 - to: 360 + to: -360 duration: 1000 loops: Animation.Infinite running: root.isLoading