1
0

Fixed typo in nickel_setting documentation

This commit is contained in:
Patrick Gaskin
2020-08-04 14:48:13 -04:00
parent 1d61ddf16b
commit d25dbc8d6f

View File

@@ -47,10 +47,10 @@
# This is actually the basename of the watch's filename as specified in its KFMon config (i.e., the png).
# You can also check the output of the 'list' command via the kfmon-ipc tool.
# nickel_setting - <action>:<setting>
# action if one of:
# toggle - toggles between true/false
# enable - sets to true
# disable - sets to false
# action is one of:
# toggle - toggles between true/false
# enable - sets to true
# disable - sets to false
# setting is one of:
# invert - FeatureSettings.InvertScreen
# lockscreen - PowerSettings.UnlockEnabled (4.12.12111+)