Skip to content

Commit

Permalink
Remove unnecessary ProgressBar
Browse files Browse the repository at this point in the history
could cause high gpu usage with some gpu configuration
  • Loading branch information
Morilli committed Nov 27, 2022
1 parent e565bfb commit ff0e71a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/qml/CSLOLStatusBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,5 @@ ToolBar {
id: statusMessageLabel
text: statusMessage
}
ProgressBar {
Layout.rightMargin: 5
id: progressBarData
from: 0
to: 1
indeterminate: true
}
}
}

0 comments on commit ff0e71a

Please sign in to comment.