mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Added config toggle to settings
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user