Add snap buttons and keybinds to container grids
This commit is contained in:
10
Settings.cs
10
Settings.cs
@@ -60,6 +60,7 @@ namespace UIFixes
|
||||
public static ConfigEntry<KeyboardShortcut> SnapLeftKeybind { get; set; }
|
||||
public static ConfigEntry<KeyboardShortcut> SnapRightKeybind { get; set; }
|
||||
public static ConfigEntry<bool> StyleItemPanel { get; set; } // Advanced
|
||||
public static ConfigEntry<bool> AddContainerButtons { get; set; } // Advanced
|
||||
|
||||
// In Raid
|
||||
public static ConfigEntry<bool> RemoveDisabledActions { get; set; }
|
||||
@@ -297,6 +298,15 @@ namespace UIFixes
|
||||
null,
|
||||
new ConfigurationManagerAttributes { IsAdvanced = true })));
|
||||
|
||||
configEntries.Add(AddContainerButtons = config.Bind(
|
||||
InspectSection,
|
||||
"Add Left/Right Buttons on Containers",
|
||||
true,
|
||||
new ConfigDescription(
|
||||
"Adds snap left and snap right buttons to container windows too",
|
||||
null,
|
||||
new ConfigurationManagerAttributes { IsAdvanced = true })));
|
||||
|
||||
// In Raid
|
||||
configEntries.Add(RemoveDisabledActions = config.Bind(
|
||||
InRaidSection,
|
||||
|
||||
Reference in New Issue
Block a user