diff --git a/.config/quickshell/ii/settings.qml b/.config/quickshell/ii/settings.qml index 3f3df0703..64728412c 100644 --- a/.config/quickshell/ii/settings.qml +++ b/.config/quickshell/ii/settings.qml @@ -224,10 +224,8 @@ ApplicationWindow { Connections { target: root function onCurrentPageChanged() { - if (pageLoader.sourceComponent !== root.pages[root.currentPage].component) { - switchAnim.complete(); - switchAnim.start(); - } + switchAnim.complete(); + switchAnim.start(); } }