Skip to content

Commit

Permalink
Add text attribute and delay value to departures board
Browse files Browse the repository at this point in the history
Fixes #425
  • Loading branch information
simonpoole committed Oct 26, 2023
1 parent f0006f5 commit 57b4908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2282,10 +2282,11 @@
</checkgroup>
</chunk>
<chunk id="departures_board">
<multiselect key="departures_board">
<multiselect key="departures_board" text="Departures board" match="key">
<list_entry value="yes" display_values="Available"/>
<list_entry value="timetable" display_values="Timetable"/>
<list_entry value="realtime" display_values="Realtime display"/>
<list_entry value="delay" display_values="Delay display"/>
<list_entry value="no" display_values="None"/>
</multiselect>
</chunk>
Expand Down

1 comment on commit 57b4908

@jajajaneeneenee
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot to change display_values to display_value in thelist_entrylines. (Values will be shown in lowercase letters.)

Please sign in to comment.