Add setting to show order number in vehicle view window

This commit is contained in:
Jonathan G Rennison
2023-07-17 18:42:46 +01:00
parent 3ae2ae8184
commit 11bf8e22d7
5 changed files with 37 additions and 7 deletions

View File

@@ -277,6 +277,7 @@ struct GUISettings : public TimeSettings {
bool show_order_management_button; ///< Show order management button in vehicle order window
bool show_group_hierarchy_name; ///< Show the full hierarchy in group names
bool show_vehicle_group_hierarchy_name;///< Show the full group hierarchy in vehicle names
bool show_order_number_vehicle_view; ///< Show order number in vehicle view window
uint16 console_backlog_timeout; ///< the minimum amount of time items should be in the console backlog before they will be removed in ~3 seconds granularity.
uint16 console_backlog_length; ///< the minimum amount of items in the console backlog before items will be removed.