simrail / EDR

EDR timetable & driver view for Simrail
https://edr.simrail.app
GNU General Public License v3.0
25 stars 12 forks source link

Show traxx passenger trains in selection screen #98

Closed FrozenTux closed 9 months ago

FrozenTux commented 11 months ago

Edit the filter condition of the passenger train row in the train select screen to allow the display of 4E and traxx trains, which operate interchangeably on some lines.

Also simplified the condition, as I think it was redundant. Before it checked for 10000 <= train number < 100000 OR train number < 10000.

Hope I did everything right, and thanks in advance for reviewing

Closes #97