allow more tag entries to customize the views
This commit is contained in:
@@ -42,7 +42,10 @@ namespace aman {
|
||||
|
||||
private:
|
||||
enum class TagItemElement {
|
||||
DeltaTime = 0
|
||||
EstimatedTimeOfArrival = 0,
|
||||
PlannedTimeOfArrival = 1,
|
||||
DeltaTime = 2,
|
||||
FixedPlanIndicator = 3
|
||||
};
|
||||
|
||||
void validateBackendData();
|
||||
|
||||
Reference in New Issue
Block a user