Offer barter icons
This commit is contained in:
10
Settings.cs
10
Settings.cs
@@ -114,6 +114,7 @@ internal class Settings
|
||||
|
||||
// Flea Market
|
||||
public static ConfigEntry<bool> EnableFleaHistory { get; set; }
|
||||
public static ConfigEntry<bool> ShowBarterIcons { get; set; }
|
||||
public static ConfigEntry<bool> EnableSlotSearch { get; set; }
|
||||
public static ConfigEntry<bool> ShowRequiredQuest { get; set; }
|
||||
public static ConfigEntry<bool> AutoExpandCategories { get; set; }
|
||||
@@ -646,6 +647,15 @@ internal class Settings
|
||||
null,
|
||||
new ConfigurationManagerAttributes { })));
|
||||
|
||||
configEntries.Add(ShowBarterIcons = config.Bind(
|
||||
FleaMarketSection,
|
||||
"Show Barter Icons",
|
||||
true,
|
||||
new ConfigDescription(
|
||||
"Show item icons for barters instead of the generic barter icon",
|
||||
null,
|
||||
new ConfigurationManagerAttributes { })));
|
||||
|
||||
configEntries.Add(EnableSlotSearch = config.Bind(
|
||||
FleaMarketSection,
|
||||
"Enable Linked Slot Search",
|
||||
|
||||
Reference in New Issue
Block a user