Add setting to control station rating tooltip detail level

Default to simple
This commit is contained in:
Jonathan G Rennison
2021-06-15 02:00:58 +01:00
parent e7909b4bee
commit 1cc8053003
5 changed files with 97 additions and 59 deletions

View File

@@ -220,6 +220,7 @@ struct GUISettings : public TimeSettings {
uint8 linkgraph_colours; ///< linkgraph overlay colours
uint8 vehicle_names; ///< Vehicle naming scheme
bool shade_trees_on_slopes; ///< Shade trees on slopes
uint8 station_rating_tooltip_mode; ///< Station rating tooltip mode
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.