https://bugs.kde.org/show_bug.cgi?id=525327
--- Comment #9 from Marco Martin <[email protected]> --- Git commit ab7ca019d94ba434425ba670a5af33455c044502 by Marco Martin. Committed on 16/09/2026 at 13:21. Pushed by mart into branch 'Plasma/6.8'. Containments/FolderView: fix isUiReady never going true isUiReady is binded to Plasmoid.containment.corona.isScreenUiReady(root.screen) but this will be reevaluated only when root.screen changes, not when corona.screenUiReadyChanged gets emitted. there was already an explicit enable of the folderview loader on screenUiReady changed, but assign isUiReady instead, so it's more robust and the property actually tells the truth (cherry picked from commit c4dfdbced722268e91b987548e1f91dff5f96c20) Co-authored-by: Marco Martin <[email protected]> M +5 -4 containments/desktop/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/ab7ca019d94ba434425ba670a5af33455c044502 -- You are receiving this mail because: You are watching all bug changes.
