mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-20 06:27:43 +01:00
Make PreventRandomc figurable, clean up logic
Will no longer hold design reference or make redundant copy of list
This commit is contained in:
parent
45981f2fee
commit
67fd65d366
3 changed files with 13 additions and 8 deletions
|
|
@ -109,6 +109,9 @@ public class SettingsTab(
|
|||
Checkbox("Use Temporary Mod Settings",
|
||||
"Apply all settings as temporary settings so they will be reset when Glamourer or the game shut down.", config.UseTemporarySettings,
|
||||
v => config.UseTemporarySettings = v);
|
||||
Checkbox("Prevent Random Design Repeats",
|
||||
"When using random designs, prevent the same design from being chosen twice in a row.",
|
||||
config.PreventRandomRepeats, v => config.PreventRandomRepeats = v);
|
||||
ImGui.NewLine();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue