mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Finally fix the scroll bug in the mod options
This commit is contained in:
parent
67e6818d73
commit
e64bd53318
1 changed files with 1 additions and 6 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue