implement ignore fleet carrier faction into UI

This commit is contained in:
2023-05-15 18:38:03 +02:00
parent 12b15bb910
commit c9e87958ae
3 changed files with 14 additions and 3 deletions

View File

@@ -58,6 +58,11 @@ namespace EliteBGS.Util {
/// </summary>
public bool IgnoreMarketBuy { get; set; } = false;
/// <summary>
/// Whether to ignore fleet carrier stuff when parsing.
/// </summary>
public bool IgnoreFleetCarrier { get; set; } = true;
[JsonIgnore]
public string FullTheme {
get { return Theme + "." + Colour; }