Skip to content

PC3/BusyIndicator: Stop animations when window is hidden

Much to everyone's surprise, window's visibility does not affect state of QQuickItem::visible chain, so indicator might continue spinning in the background, unnecessarily consuming CPU resources.


I wonder how many times we'll have to fix this little thing again and again

Merge request reports