Removed settings and configs for battery health

This commit is contained in:
EinBowser
2025-11-04 15:58:01 +01:00
parent c1ff57c3d0
commit 31f2184dc6
4 changed files with 1 additions and 13 deletions
@@ -127,14 +127,6 @@ ContentPage {
}
}
}
ConfigSwitch {
buttonIcon: "healing"
text: Translation.tr('Show battery health in popup')
checked: Config.options.battery.showHealth
onCheckedChanged: {
Config.options.battery.showHealth = checked;
}
}
}
ContentSection {