From f13ec6526b45683bdc445bf338c85dbbce01b90b Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 3 May 2022 13:45:56 +0200 Subject: [PATCH] Disable the running property of the action button by default This would cause scene updates to be drawn all the time, causing constant cpu drain. --- resources/qml/ActionButton.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/ActionButton.qml b/resources/qml/ActionButton.qml index 187da07cb6..21cdda0627 100644 --- a/resources/qml/ActionButton.qml +++ b/resources/qml/ActionButton.qml @@ -155,6 +155,7 @@ Button height: parent.height visible: false + running: visible RotationAnimator {