mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
Removed HideGizmoWithRJW setting
This commit is contained in:
parent
f363ed6c49
commit
6bb4c091d4
5 changed files with 2 additions and 11 deletions
|
@ -31,8 +31,7 @@ namespace RJWSexperience.Settings
|
|||
settings.VirginRatio,
|
||||
settings.SlavesBeenRapedExp,
|
||||
settings.EnableSexHistory,
|
||||
settings.HideGizmoWhenDrafted,
|
||||
settings.HideGizmoWithRJW
|
||||
settings.HideGizmoWhenDrafted
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
@ -21,8 +21,7 @@ namespace RJWSexperience.Settings
|
|||
settings.VirginRatio,
|
||||
settings.SlavesBeenRapedExp,
|
||||
settings.EnableSexHistory,
|
||||
settings.HideGizmoWhenDrafted,
|
||||
settings.HideGizmoWithRJW
|
||||
settings.HideGizmoWhenDrafted
|
||||
}
|
||||
) { }
|
||||
|
||||
|
@ -63,7 +62,6 @@ namespace RJWSexperience.Settings
|
|||
if (settings.EnableSexHistory)
|
||||
{
|
||||
listmain.CheckboxLabeled(Keyed.Option_HideGizmoWhenDrafted_Label, settings.HideGizmoWhenDrafted, Keyed.Option_HideGizmoWhenDrafted_Desc);
|
||||
listmain.CheckboxLabeled(Keyed.Option_HideGizmoWithRJW_Label, settings.HideGizmoWithRJW, Keyed.Option_HideGizmoWithRJW_Desc);
|
||||
}
|
||||
|
||||
if (listmain.ButtonText(Keyed.Button_ResetToDefault))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue