Skip to content

Commit

Permalink
remove syncInProgressAnimation leftover (#3317)
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored Apr 17, 2024
1 parent f662675 commit 10ff669
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ ApplicationWindow {
{
if ( projectFullName === __activeProject.projectFullName() )
{
syncInProgressAnimation.stop()
syncButton.iconRotateAnimationRunning = false
}
}

Expand Down Expand Up @@ -898,7 +898,6 @@ ApplicationWindow {
{
if ( projectFullName === __activeProject.projectFullName() )
{
syncInProgressAnimation.stop()
missingAuthDialog.open()
}
}
Expand Down

0 comments on commit 10ff669

Please sign in to comment.