Add setting to show group hierarchy in vehicle names

See: #405
This commit is contained in:
Jonathan G Rennison
2022-08-18 19:42:13 +01:00
parent e335c86e77
commit 84da7ad7b6
5 changed files with 19 additions and 3 deletions

View File

@@ -250,6 +250,7 @@ struct GUISettings : public TimeSettings {
uint8 disable_water_animation; ///< Disable water animation depending on zoom level
bool show_order_occupancy_by_default; ///< Show order occupancy by default 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
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.