applets/batterymonitor: Add missing hoverEnabled: false to avoid meaningless flickering

wilder-5.26
ivan tkachenko 4 years ago
parent fe34143b28
commit 6b51785bc7
No known key found for this signature in database
GPG Key ID: AF72731B7C654CB3
  1. 1
      applets/batterymonitor/package/contents/ui/BatteryItem.qml

@ -56,6 +56,7 @@ PlasmaComponents3.ItemDelegate {
background.visible: highlighted
highlighted: activeFocus
hoverEnabled: false
text: battery["Pretty Name"]
Accessible.description: `${isPowerSupplyLabel.text} ${percentLabel.text}; ${details.Accessible.description}`

Loading…
Cancel
Save