Added config toggle to settings

This commit is contained in:
EinBowser
2025-11-01 22:11:39 +01:00
parent b267b74e8b
commit ca7d6c8ae0
@@ -127,6 +127,14 @@ ContentPage {
}
}
}
ConfigSwitch {
buttonIcon: "healing"
text: Translation.tr('Show battery health in popup')
checked: Config.options.battery.showHealth
onCheckedChanged: {
Config.options.battery.showHealth = checked;
}
}
}
ContentSection {