Skip to content

Commit

Permalink
Merge pull request #3482 from MerginMaps/fix/projectLimitHit
Browse files Browse the repository at this point in the history
Fixing project limit hit problem
  • Loading branch information
tomasMizera authored Jun 5, 2024
2 parents aa0b71d + c6dca2e commit d1fc59e
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

0 comments on commit d1fc59e

Please sign in to comment.