https://bugs.kde.org/show_bug.cgi?id=507352
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |6.5.0 Latest Commit| |https://invent.kde.org/plas | |ma/powerdevil/-/commit/fd55 | |c54cc10fa2096836a4805a7785a | |1519423cf --- Comment #2 from Nate Graham <n...@kde.org> --- Git commit fd55c54cc10fa2096836a4805a7785a1519423cf by Nate Graham. Committed on 25/09/2025 at 23:26. Pushed by ngraham into branch 'master'. KCM: show/hide compliance message if needed after resetting settings Right now the message's visibility is only manipulated by the signal handlers that fire when the relevant comboboxes are interacted with directly. However when their values are changed indirectly as a result of clicking the "Defaults" or "Reset" buttons that code never runs, so the message can remains shown or hidden when it shouldn't. To fix this, trigger the logic any time the relevant config file key changes, rather than only when the user explicitly interacts with the UI elements. FIXED-IN: 6.5.0 M +6 -4 kcm/ui/ProfileConfig.qml https://invent.kde.org/plasma/powerdevil/-/commit/fd55c54cc10fa2096836a4805a7785a1519423cf -- You are receiving this mail because: You are watching all bug changes.