Skip to content

Commit

Permalink
- add 'writeini' console command to the menu. Not committing this to …
Browse files Browse the repository at this point in the history
…master right now, since a release is pending and this requires a translation.
  • Loading branch information
madame-rachelle committed Oct 26, 2020
1 parent 5b03e86 commit 190173b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wadsrc/static/menudef.simplified
@@ -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
{
Expand Down
4 changes: 3 additions & 1 deletion wadsrc/static/menudef.txt
Expand Up @@ -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 " "
}
Expand Down

0 comments on commit 190173b

Please sign in to comment.