Add coverage button to waypoint window

This commit is contained in:
Jonathan G Rennison
2023-05-25 22:35:05 +01:00
parent df5ca1d7fb
commit a419674157
2 changed files with 18 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ enum WaypointWidgets {
WID_W_RENAME, ///< Rename this waypoint.
WID_W_SHOW_VEHICLES, ///< Show the vehicles visiting this waypoint.
WID_W_DEPARTURES, ///< Departures button.
WID_W_CATCHMENT, ///< Coverage button.
WID_W_TOGGLE_HIDDEN, ///< Toggle label hidden.
WID_W_TOGGLE_HIDDEN_SEL, ///< Toggle label hidden selector.
};