Feature: Add coverage button to waypoint window

This commit is contained in:
Jonathan G Rennison
2023-05-26 12:45:18 +01:00
committed by PeterN
parent d7bf6b2c07
commit ec7f9f63f6
2 changed files with 16 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ enum WaypointWidgets {
WID_W_CENTER_VIEW, ///< Center the main view on this waypoint.
WID_W_RENAME, ///< Rename this waypoint.
WID_W_SHOW_VEHICLES, ///< Show the vehicles visiting this waypoint.
WID_W_CATCHMENT, ///< Coverage button.
};
#endif /* WIDGETS_WAYPOINT_WIDGET_H */