Finally fix the scroll bug in the mod options

This commit is contained in:
lutepickle 2022-10-30 09:29:28 -07:00
parent 67e6818d73
commit e64bd53318
1 changed files with 1 additions and 6 deletions

View File

@ -459,19 +459,14 @@ namespace RJW_Menstruation
listmain.EndSection(vmsection);
}
Widgets.EndScrollView();
listmain.CheckboxLabeled(Translations.Option8_Label, ref Configurations.Debug, Translations.Option8_Desc);
if (listmain.ButtonText(Translations.Button_ResetToDefault))
{
Configurations.SettoDefault();
}
listmain.End();
Widgets.EndScrollView();
}