Battery: update enum name from Conservative to Lifespan

This commit is contained in:
Damian D'Souza
2025-10-10 19:04:58 +02:00
parent f15a31462f
commit 1e2a2a1d4b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ NPanel {
"label": "battery.panel.balanced",
"icon": "battery-3"
}, {
"id": BatteryService.ChargingMode.Conservative,
"id": BatteryService.ChargingMode.Lifespan,
"label": "battery.panel.lifespan",
"icon": "battery-2"
}]