Re-calculate gas tag aggregate labels.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-02-02 16:58:37 -07:00
parent 1c00f31312
commit c55528b8a0
5 changed files with 54 additions and 20 deletions

View File

@@ -22,5 +22,6 @@
public bool MissedFuelUp { get; set; }
public string Notes { get; set; }
public List<string> Tags { get; set; } = new List<string>();
public bool IncludeInAverage { get { return MilesPerGallon > 0 || (!IsFillToFull && !MissedFuelUp); } }
}
}