Option to keep AddOffer window open
This commit is contained in:
10
Settings.cs
10
Settings.cs
@@ -59,6 +59,7 @@ namespace UIFixes
|
||||
public static ConfigEntry<bool> EnableFleaHistory { get; set; }
|
||||
public static ConfigEntry<bool> ShowRequiredQuest { get; set; }
|
||||
public static ConfigEntry<bool> AutoExpandCategories { get; set; }
|
||||
public static ConfigEntry<bool> KeepAddOfferOpen { get; set; }
|
||||
|
||||
// Advanced
|
||||
public static ConfigEntry<bool> StyleItemPanel { get; set; }
|
||||
@@ -244,6 +245,15 @@ namespace UIFixes
|
||||
null,
|
||||
new ConfigurationManagerAttributes { })));
|
||||
|
||||
configEntries.Add(KeepAddOfferOpen = config.Bind(
|
||||
FleaMarketSection,
|
||||
"Keep Add Offer Window Open",
|
||||
false,
|
||||
new ConfigDescription(
|
||||
"Don't close the Add Offer window after you place an offer",
|
||||
null,
|
||||
new ConfigurationManagerAttributes { })));
|
||||
|
||||
// Advanced
|
||||
configEntries.Add(StyleItemPanel = config.Bind(
|
||||
AdvancedSection,
|
||||
|
||||
Reference in New Issue
Block a user