show GP coins
This commit is contained in:
10
Settings.cs
10
Settings.cs
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user