overlay: hide more battery info from settings

This commit is contained in:
Konsta
2023-12-07 14:10:43 +02:00
parent 810864227d
commit 9dd0d06c97

View File

@@ -24,6 +24,9 @@
<!-- Whether charging_sounds should be shown or not. -->
<bool name="config_show_charging_sounds">false</bool>
<!-- Whether battery from app_info_settings is available or not. -->
<bool name="config_show_app_info_settings_battery">false</bool>
<!-- Whether top_level_battery should be shown or not. -->
<bool name="config_show_top_level_battery">false</bool>