From 1feda8aef6ce963b30392529c8c60517c3950ed7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 8 Oct 2020 21:56:57 +0200 Subject: wip: close train details via back button instead of background click --- lib/DBInfoscreen/Controller/Stationboard.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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, -- cgit v1.2.3