Synchronize stash scrolling
This commit is contained in:
10
Settings.cs
10
Settings.cs
@@ -40,6 +40,7 @@ namespace UIFixes
|
||||
// Inventory
|
||||
public static ConfigEntry<bool> SwapItems { get; set; }
|
||||
public static ConfigEntry<bool> SwapImpossibleContainers { get; set; }
|
||||
public static ConfigEntry<bool> SynchronizeStashScrolling { get; set; }
|
||||
public static ConfigEntry<bool> MergeFIRMoney { get; set; }
|
||||
public static ConfigEntry<bool> MergeFIRAmmo { get; set; }
|
||||
public static ConfigEntry<bool> MergeFIROther { get; set; }
|
||||
@@ -126,6 +127,15 @@ namespace UIFixes
|
||||
null,
|
||||
new ConfigurationManagerAttributes { })));
|
||||
|
||||
configEntries.Add(SynchronizeStashScrolling = config.Bind(
|
||||
InventorySection,
|
||||
"Synchronize Stash Scroll Position",
|
||||
false,
|
||||
new ConfigDescription(
|
||||
"Remember your scroll position all the places you see your stash - inventory, trading screen, mail screen, etc.",
|
||||
null,
|
||||
new ConfigurationManagerAttributes { })));
|
||||
|
||||
configEntries.Add(MergeFIRMoney = config.Bind(
|
||||
InventorySection,
|
||||
"Autostack Money with FiR Money",
|
||||
|
||||
Reference in New Issue
Block a user