mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 17:32:21 -04:00
xml: Fix indentation
This commit is contained in:
parent
484f5c43e3
commit
e7b94c28a0
1 changed files with 5 additions and 5 deletions
|
@ -32,23 +32,23 @@
|
||||||
<!--
|
<!--
|
||||||
com.steampowered.SteamOSManager1.BatteryChargeLimit1
|
com.steampowered.SteamOSManager1.BatteryChargeLimit1
|
||||||
@short_description: Optional interface for battery charging limit
|
@short_description: Optional interface for battery charging limit
|
||||||
properties.
|
properties.
|
||||||
-->
|
-->
|
||||||
<interface name="com.steampowered.SteamOSManager1.BatteryChargeLimit1">
|
<interface name="com.steampowered.SteamOSManager1.BatteryChargeLimit1">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
MaxChargeLevel:
|
MaxChargeLevel:
|
||||||
|
|
||||||
The maximum allowable percentage for battery charging. If setting to
|
The maximum allowable percentage for battery charging. If setting to
|
||||||
-1, this will reset to the default.
|
-1, this will reset to the default.
|
||||||
-->
|
-->
|
||||||
<property name="MaxChargeLevel" type="i" access="readwrite"/>
|
<property name="MaxChargeLevel" type="i" access="readwrite"/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
SuggestedMinimumLimit:
|
SuggestedMinimumLimit:
|
||||||
|
|
||||||
The suggested minimum value for a frontend to allow setting the max
|
The suggested minimum value for a frontend to allow setting the max
|
||||||
charge level.
|
charge level.
|
||||||
-->
|
-->
|
||||||
<property name="SuggestedMinimumLimit" type="i" access="read"/>
|
<property name="SuggestedMinimumLimit" type="i" access="read"/>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue