mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Set no default key combination for Quick Bar
This commit is contained in:
parent
e2ddde81d9
commit
a84a66a344
1 changed files with 2 additions and 1 deletions
|
|
@ -39,8 +39,9 @@ public class Configuration : IPluginConfiguration, ISavable
|
||||||
public bool ShowDesignQuickBar { get; set; } = false;
|
public bool ShowDesignQuickBar { get; set; } = false;
|
||||||
public bool LockDesignQuickBar { get; set; } = false;
|
public bool LockDesignQuickBar { get; set; } = false;
|
||||||
public bool ShowQuickBarInTabs { get; set; } = true;
|
public bool ShowQuickBarInTabs { get; set; } = true;
|
||||||
|
public bool LockMainWindow { get; set; } = false;
|
||||||
|
|
||||||
public ModifiableHotkey ToggleQuickDesignBar { get; set; } = new(VirtualKey.D, ModifierHotkey.Control, ModifierHotkey.Shift);
|
public ModifiableHotkey ToggleQuickDesignBar { get; set; } = new(VirtualKey.NO_KEY);
|
||||||
public MainWindow.TabType SelectedTab { get; set; } = MainWindow.TabType.Settings;
|
public MainWindow.TabType SelectedTab { get; set; } = MainWindow.TabType.Settings;
|
||||||
public DoubleModifier DeleteDesignModifier { get; set; } = new(ModifierHotkey.Control, ModifierHotkey.Shift);
|
public DoubleModifier DeleteDesignModifier { get; set; } = new(ModifierHotkey.Control, ModifierHotkey.Shift);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue