Skip to content

Commit

Permalink
disabling sync button icon rotation after projectLimit hit
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 30, 2024
1 parent 26200a7 commit c6dca2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,8 @@ ApplicationWindow {
}
projectLimitDialog.maxProjectNumber = maxProjects
projectLimitDialog.open()

syncButton.iconRotateAnimationRunning = false
}

function onProjectDataChanged( projectFullName ) {
Expand Down

1 comment on commit c6dca2e

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.5.627811 just submitted!

Please sign in to comment.