- add 'writeini' console command to the menu. Not committing this to master right now, since a release is pending and this requires a translation.

This commit is contained in:
Rachael Alexanderson 2020-10-25 15:46:48 -04:00
parent 5b03e86a2b
commit 190173bc44
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
// this file has the simplified menu here.
// this file is *only* for options that are relevant to a novice user of GZDoom
// this file needs to be regularly pruned, with options coalesced as much as possible. any and all verbosity should go to the classic menus.
// this file needs to be regularly pruned, with options coalesced as much as possible. any and all verbosity should go to the "full" menus.
OptionMenu "OptionsMenuSimple" protected
{

View file

@ -385,8 +385,10 @@ OptionMenu "OptionsMenu" protected
Option "$OPTMNU_SIMPLEON", "m_simpleoptions", "OnOff"
StaticText " "
SafeCommand "$OPTMNU_DEFAULTS", "reset2defaults"
SafeCommand "$OPTMNU_DEFAULTS", "reset2defaults"
SafeCommand "$OPTMNU_RESETTOSAVED", "reset2saved"
SafeCommand "$OPTMNU_WRITEINI", "writeini"
Command "$OPTMNU_CONSOLE", "menuconsole"
StaticText " "
}