mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- 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:
parent
5b03e86a2b
commit
190173bc44
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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 " "
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue