From c6dca2e97f8b29c48e5d6e42c859ee7b2ea0fdae Mon Sep 17 00:00:00 2001 From: VitorVieiraZ Date: Thu, 30 May 2024 14:27:01 -0300 Subject: [PATCH] disabling sync button icon rotation after projectLimit hit --- app/qml/main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/qml/main.qml b/app/qml/main.qml index 2051c4439..8b794b4fb 100644 --- a/app/qml/main.qml +++ b/app/qml/main.qml @@ -875,6 +875,8 @@ ApplicationWindow { } projectLimitDialog.maxProjectNumber = maxProjects projectLimitDialog.open() + + syncButton.iconRotateAnimationRunning = false } function onProjectDataChanged( projectFullName ) {