Fix tooltip object leak; lootvalue sorting table workaround; 1.6.7
This commit is contained in:
10
Settings.cs
10
Settings.cs
@@ -59,6 +59,7 @@ namespace UIFixes
|
||||
public static ConfigEntry<bool> MergeFIRMoney { get; set; }
|
||||
public static ConfigEntry<bool> MergeFIRAmmo { get; set; }
|
||||
public static ConfigEntry<bool> MergeFIROther { get; set; }
|
||||
public static ConfigEntry<bool> AutoOpenSortingTable { get; set; }
|
||||
|
||||
// Inspect Panels
|
||||
public static ConfigEntry<bool> ShowModStats { get; set; }
|
||||
@@ -306,6 +307,15 @@ namespace UIFixes
|
||||
null,
|
||||
new ConfigurationManagerAttributes { })));
|
||||
|
||||
configEntries.Add(AutoOpenSortingTable = config.Bind(
|
||||
InventorySection,
|
||||
"Auto-open Sorting Table",
|
||||
true,
|
||||
new ConfigDescription(
|
||||
"Automatically open the sorting table if it's closed when you shift-click an item",
|
||||
null,
|
||||
new ConfigurationManagerAttributes { })));
|
||||
|
||||
// Inspect
|
||||
configEntries.Add(ShowModStats = config.Bind(
|
||||
InspectSection,
|
||||
|
||||
Reference in New Issue
Block a user