Context menu on right
This commit is contained in:
10
Settings.cs
10
Settings.cs
@@ -81,6 +81,7 @@ namespace UIFixes
|
||||
public static ConfigEntry<bool> MergeFIRAmmo { get; set; }
|
||||
public static ConfigEntry<bool> MergeFIROther { get; set; }
|
||||
public static ConfigEntry<bool> AutoOpenSortingTable { get; set; }
|
||||
public static ConfigEntry<bool> ContextMenuOnRight { get; set; }
|
||||
public static ConfigEntry<bool> LoadMagPresetOnBullets { get; set; } // Advanced
|
||||
|
||||
// Inspect Panels
|
||||
@@ -437,6 +438,15 @@ namespace UIFixes
|
||||
null,
|
||||
new ConfigurationManagerAttributes { })));
|
||||
|
||||
configEntries.Add(ContextMenuOnRight = config.Bind(
|
||||
InventorySection,
|
||||
"Context Menu Flyout on Right",
|
||||
true,
|
||||
new ConfigDescription(
|
||||
"Open context menu sub-menu to the right, as BSG intended but failed to do",
|
||||
null,
|
||||
new ConfigurationManagerAttributes { })));
|
||||
|
||||
configEntries.Add(LoadMagPresetOnBullets = config.Bind(
|
||||
InventorySection,
|
||||
"Mag Presets Context Menu on Bullets",
|
||||
|
||||
Reference in New Issue
Block a user