Add UI setting to hide adv tracerestrict features from GUI

Hide wait at PBS and slot features.
This commit is contained in:
Jonathan G Rennison
2017-03-30 23:32:37 +01:00
parent 9d0f0967f9
commit 7dbf99fa33
6 changed files with 32 additions and 5 deletions

View File

@@ -138,6 +138,7 @@ struct GUISettings {
uint8 graph_line_thickness; ///< the thickness of the lines in the various graph guis
bool show_train_weight_ratios_in_details; ///< show train weight ratios in vehicle details window top widget
bool show_restricted_signal_default; ///< Show restricted electric signals using the default sprite
bool show_adv_tracerestrict_features; ///< Show advanced trace restrict features in UI
uint8 osk_activation; ///< Mouse gesture to trigger the OSK.
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.