- oops, missed this

This commit is contained in:
Rachael Alexanderson 2020-10-25 15:49:07 -04:00
parent 190173bc44
commit 98282f710f
1 changed files with 2 additions and 1 deletions

View File

@ -17,8 +17,9 @@ OptionMenu "OptionsMenuSimple" protected
StaticText " "
Submenu "$OPTMNU_FULLOPTIONS", "OptionsMenuFull"
StaticText " "
SafeCommand "$OPTMNU_DEFAULTS", "reset2defaults"
SafeCommand "$OPTMNU_DEFAULTS", "reset2defaults"
SafeCommand "$OPTMNU_RESETTOSAVED", "reset2saved"
SafeCommand "$OPTMNU_WRITEINI", "writeini"
Command "$OPTMNU_CONSOLE", "menuconsole"
StaticText " "
}