show GP coins

This commit is contained in:
Tyfon
2024-07-09 22:55:58 -07:00
parent 6f3b66c6e3
commit 85b9a45493
3 changed files with 142 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ namespace UIFixes
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> ShowGPCurrency { get; set; }
public static ConfigEntry<bool> LoadMagPresetOnBullets { get; set; } // Advanced
// Inspect Panels
@@ -468,6 +469,15 @@ namespace UIFixes
null,
new ConfigurationManagerAttributes { })));
configEntries.Add(ShowGPCurrency = config.Bind(
InventorySection,
"Show GP Coins in Currency",
true,
new ConfigDescription(
"Show your GP coins wherever your currency is displayed",
null,
new ConfigurationManagerAttributes { })));
configEntries.Add(LoadMagPresetOnBullets = config.Bind(
InventorySection,
"Mag Presets Context Menu on Bullets",