Skip to content

Commit

Permalink
Fix displaying of busy indicator on share view
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Nov 15, 2024
1 parent c37661d commit 8e9781c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/filedetails/ShareView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,12 @@ ColumnLayout {

sourceComponent: Rectangle {
color: palette.base
radius: Style.progressBarRadius
opacity: 0.5

NCBusyIndicator {
anchors.centerIn: parent
color: palette.midlight
color: palette.dark
}
}
}
Expand Down

0 comments on commit 8e9781c

Please sign in to comment.