add GUI elements for ignoring market buy

This commit is contained in:
2023-04-19 09:17:06 +02:00
parent d6acbda55c
commit f4bbd3df2b
3 changed files with 17 additions and 4 deletions

View File

@@ -53,6 +53,11 @@ namespace EliteBGS.Util {
/// </summary>
public bool IgnoreInfluenceSupport { get; set; } = false;
/// <summary>
/// Whether we ignore market buy entries during parsing.
/// </summary>
public bool IgnoreMarketBuy { get; set; } = false;
[JsonIgnore]
public string FullTheme {
get { return Theme + "." + Colour; }