fix: add arrival time at next stop to the info in the bar
This commit is contained in:
parent
50ef64a041
commit
88e9bfe347
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ tooltip+="Next stop: ${next_stop_name}\n"
|
|||
tooltip+="${next_stop_arrival_time} (${next_stop_arrival_delay}) - ${distance_km} km"
|
||||
|
||||
# Create the JSON object
|
||||
text="${speed} km/h"
|
||||
text="${speed} km/h - ${next_stop_arrival_time} (${next_stop_arrival_delay})"
|
||||
alt="Current speed"
|
||||
class="icestats"
|
||||
percentage=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue