Add GUI setting to show order occupancy by default

This commit is contained in:
Melvin Vermeeren
2022-06-27 20:06:20 +02:00
parent a6e3467d58
commit d48234c81b
5 changed files with 16 additions and 1 deletions

View File

@@ -247,6 +247,7 @@ struct GUISettings : public TimeSettings {
bool dual_pane_train_purchase_window; ///< Dual pane train purchase window
bool allow_hiding_waypoint_labels; ///< Allow hiding waypoint viewport labels
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
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.