https://bugs.kde.org/show_bug.cgi?id=457528
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.24.7 Latest Commit| |https://invent.kde.org/plas | |ma/discover/commit/31fd4a4d | |b304188deb351ae59e4c2765280 | |562bb Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit 31fd4a4db304188deb351ae59e4c2765280562bb by Nate Graham. Committed on 08/08/2022 at 20:29. Pushed by ngraham into branch 'master'. Use correct variable to denote that ResourcesModel is done initializing Due to somewhat confusing variable naming, we were accidentally setting m_initializingBackends to false, when that variable actually holds the number of backends that are still initializing. Instead we need to set m_isInitializing to false. This fixes a bug where the placeholder message for the MIME type screen would fail to appear as expected, because one of the conditions in its opacity property was `!ResourcesModel.isInitializing` and that was never getting set to false. FIXED-IN: 5.24.7 M +1 -1 libdiscover/resources/ResourcesModel.cpp https://invent.kde.org/plasma/discover/commit/31fd4a4db304188deb351ae59e4c2765280562bb -- You are receiving this mail because: You are watching all bug changes.