harbour-amazfish icon indicating copy to clipboard operation
harbour-amazfish copied to clipboard

BusyIndicator is never shown on Kirigami PairPage

Open jmlich opened this issue 4 months ago • 0 comments

It seems that BusyIndicatorPL isn't visible even when I override the property like this running: true. I have found that this is related to Kirigami.ScrollablePage behaviour and I was able to make it visible using background property of the ScrollablePage

+ background: BusyIndicatorPL {
- BusyIndicatorPL {

However, I am not sure how to make it generic for other flavors.

I have attached the pull request to make clear what changes are needed.

jmlich avatar Oct 05 '24 07:10 jmlich