https://bugs.kde.org/show_bug.cgi?id=435827
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |8916b14f0e0d93a0e7ad7c7b25a | |3a4747647b294 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |5.22 --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit 8916b14f0e0d93a0e7ad7c7b25a3a4747647b294 by Nate Graham. Committed on 26/04/2021 at 11:55. Pushed by ngraham into branch 'master'. [applets/battery] Clarify power management inhibition UI The power management inhibition UI is currently somewhat confusing to users because it's not clear that the checkbox is a local override for the permanent settings set elsewhere in System Settings. A good sign that the UI is sub-optimal is that we refer to it as "power management inhibition" internally and in our developer conversations, but the UI expresses the opposite: *allowing* power management, not inhibiting it. This conflicts in the user's mind with the UI in System Settings that is also expressed in terms of allowing it. It is further confused by the fact that the message about apps suppressing power management is phrased in terms of being an temporary override, and that we also show an unrelated message about the battery charge limit (if set) in the same place where we're notifying the user about power management inhibition. Let's clarify this UI by doing the following: - Re-word the checkbox's label to emphasize that it's a local override for the settings that were set elsewhere - Move the charge level message into the battery item itself, since that's what it affects - Slightly re-word the message for when apps are inhibiting power management to emphasize that power management can be inhibited automatically by apps in additionto manually by the user FIXED-IN: 5.22 M +13 -0 applets/batterymonitor/package/contents/ui/BatteryItem.qml M +2 -2 applets/batterymonitor/package/contents/ui/PopupDialog.qml M +24 -23 applets/batterymonitor/package/contents/ui/PowerManagementItem.qml M +15 -15 applets/batterymonitor/package/contents/ui/batterymonitor.qml https://invent.kde.org/plasma/plasma-workspace/commit/8916b14f0e0d93a0e7ad7c7b25a3a4747647b294 -- You are receiving this mail because: You are watching all bug changes.