Fixes issue where nested callOnModules would thrash the queued exec lists from other invokes

Also removes unwanted reference ids from the OptionsMenu gui object and disabled the ability for dynamic fields to be saved on it to prevent it from happening again.
This commit is contained in:
JeffR 2022-03-27 14:09:41 -05:00
parent d3832d062e
commit f204a4c646
2 changed files with 30 additions and 26 deletions

View file

@ -4,15 +4,7 @@ $guiContent = new GuiControl(OptionsMenu) {
profile = "GuiDefaultProfile";
tooltipProfile = "GuiToolTipProfile";
isContainer = "1";
canSaveDynamicFields = "1";
currentCategory = "Display";
optionsCategories = "17177";
pageTabIndex = "0";
returnGui = "MainMenuGui";
tamlReader = "20088";
tile = "0";
unappliedChanges = "17178";
useVariable = "0";
canSaveDynamicFields = "0";
new GuiControl() {
position = "48 56";