Added missing saved user settings in Adjust tab

This commit is contained in:
codemann8
2023-11-19 14:07:47 -06:00
parent 83831265dd
commit 3328ab2718
2 changed files with 6 additions and 2 deletions

View File

@@ -259,7 +259,9 @@ def create_guiargs(parent):
"heartbeep": "heartbeep",
"menuspeed": "fastmenu",
"owpalettes": "ow_palettes",
"uwpalettes": "uw_palettes"
"uwpalettes": "uw_palettes",
"reduce_flashing": "reduce_flashing",
"shuffle_sfx": "shuffle_sfx"
}
for adjustarg in adjustargs:
internal = adjustargs[adjustarg]