mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-15 04:07:43 +01:00
Improve vertical space for automated design sets.
This commit is contained in:
parent
ee34f37446
commit
ad577c7005
2 changed files with 40 additions and 15 deletions
|
|
@ -31,6 +31,7 @@ public class Configuration : IPluginConfiguration, ISavable
|
|||
public byte DisableFestivals { get; set; } = 1;
|
||||
public bool EnableGameContextMenu { get; set; } = true;
|
||||
public bool HideWindowInCutscene { get; set; } = false;
|
||||
public bool ShowAutomationSetEditing { get; set; } = true;
|
||||
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