mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-14 03:37:42 +01:00
Add option to skip or partially apply invalid automatic design customizations.
This commit is contained in:
parent
f8f90124ee
commit
279a5d6923
3 changed files with 19 additions and 14 deletions
|
|
@ -24,6 +24,7 @@ public class Configuration : IPluginConfiguration, ISavable
|
|||
public bool EnableAutoDesigns { get; set; } = true;
|
||||
public bool IncognitoMode { get; set; } = false;
|
||||
public bool UnlockDetailMode { get; set; } = true;
|
||||
public bool SkipInvalidCustomizations { get; set; } = false;
|
||||
public MainWindow.TabType SelectedTab { get; set; } = MainWindow.TabType.Settings;
|
||||
public DoubleModifier DeleteDesignModifier { get; set; } = new(ModifierHotkey.Control, ModifierHotkey.Shift);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue