diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-10-08 21:56:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-10-08 21:56:57 +0200 |
commit | 1feda8aef6ce963b30392529c8c60517c3950ed7 (patch) | |
tree | df93e67a4114fbb7578770680dd02d5270c9f369 /lib/DBInfoscreen/Controller | |
parent | 5f8418a255d9384305e2fa7e08a11aa442e69921 (diff) |
wip: close train details via back button instead of background click
Diffstat (limited to 'lib/DBInfoscreen/Controller')
-rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index aebd4b6..d4217ea 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1175,6 +1175,7 @@ sub handle_result { $template, departures => \@departures, ice_type => $self->app->ice_type_map, + station => $station_name, version => $dbf_version, title => $via ? "$station_name → $via" : $station_name, refresh_interval => $template eq 'app' ? 0 : 120, |