1
0

Implemented experimental options (closes #87) (#90)

This commit is contained in:
Patrick Gaskin
2020-08-28 12:44:15 -04:00
committed by GitHub
parent 2e44140f61
commit 851ac584b2
3 changed files with 141 additions and 7 deletions

10
res/doc
View File

@@ -146,6 +146,16 @@
# gui - only enumerate non-hidden active KFMon watches (this is the default)
# all - enumerate all active KFMon watches
#
# experimental:<key>:<val>
# Sets an experimental option. These are not guaranteed to be stable or be
# compatible across NickelMenu or firmware versions, and may stop working at
# any time. In addition, these options may not take effect without a reboot.
# Unknown options are ignored. If there are multiple declarations of an
# option, only the first one takes effect.
#
# <key> the option name, one of:
# <val> the option value:
#
# For example, you might have a configuration file named "mystuff" like:
#
# menu_item :main :Show an Error :dbg_error :This is an error message!