Skip to content

Commit

Permalink
- add save order to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Jan 1, 2025
1 parent d42e3b0 commit 786bfa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wadsrc/static/menudef.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,12 @@ OptionValue AlwaysTally
2, "$OPTVAL_WITHHUBS"
}

OptionValue SaveOrder
{
0, "$OPTVAL_ALPHABETICAL"
1, "$OPTVAL_LASTSAVEDTIME"
}

OptionMenu "MiscOptions" protected
{
Title "$MISCMNU_TITLE"
Expand All @@ -1227,6 +1233,7 @@ OptionMenu "MiscOptions" protected
Slider "$MISCMNU_AUTOSAVECOUNT", "autosavecount", 1, 20, 1, 0
Option "$MISCMNU_QUICKSAVEROTATION", "quicksaverotation", "OnOff"
Slider "$MISCMNU_QUICKSAVECOUNT", "quicksaverotationcount", 1, 20, 1, 0
Option "$MISCMNU_SAVEORDER", "save_sort_order", "SaveOrder"
Option "$MISCMNU_DEHLOAD", "dehload", "dehopt"
Option "$MISCMNU_ENABLESCRIPTSCREENSHOTS", "enablescriptscreenshot", "OnOff"
Option "$MISCMNU_SETSLOTSTRICT", "setslotstrict", "YesNo"
Expand Down

1 comment on commit 786bfa6

@Blueberryy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎊

Please sign in to comment.