Skip to content

Commit

Permalink
Fixed read-only assignment for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu committed Nov 5, 2023
1 parent 410e997 commit fd53b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/presentation/homePage/toolbar/MToolbar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ Item {
AnimatedImage {
id: loadingAnimation
anchors.centerIn: parent
sourceSize.width: 60
sourceSize.height: 60
width: 60
height: 60
visible: AppInfoController.online && LibraryController.isSyncing
playing: AppInfoController.online && LibraryController.isSyncing
source: Icons.loadingAnimation
Expand Down

0 comments on commit fd53b79

Please sign in to comment.