Add context menu support.

This commit is contained in:
Ottermandias 2023-07-24 14:23:36 +02:00
parent ec27c3e931
commit 662ec617dc
5 changed files with 180 additions and 7 deletions

View file

@ -27,6 +27,7 @@ public class Configuration : IPluginConfiguration, ISavable
public bool HideApplyCheckmarks { get; set; } = false;
public bool SmallEquip { get; set; } = false;
public bool UnlockedItemMode { get; set; } = false;
public bool EnableGameContextMenu { get; set; } = true;
public MainWindow.TabType SelectedTab { get; set; } = MainWindow.TabType.Settings;
public DoubleModifier DeleteDesignModifier { get; set; } = new(ModifierHotkey.Control, ModifierHotkey.Shift);