Add UI setting to control whether cargo filter drop down is shown
This commit is contained in:
@@ -68,6 +68,7 @@ struct BaseVehicleListWindow : public Window {
|
||||
void SetCargoFilterArray();
|
||||
void FilterVehicleList();
|
||||
void OnInit() override;
|
||||
void CheckCargoFilterEnableState(int plane_widget, bool re_init, bool possible = true);
|
||||
Dimension GetActionDropdownSize(bool show_autoreplace, bool show_group, bool show_template_replace, StringID change_order_str = 0);
|
||||
DropDownList *BuildActionDropdownList(bool show_autoreplace, bool show_group, bool show_template_replace,
|
||||
StringID change_order_str = 0, bool show_create_group = false);
|
||||
|
||||
Reference in New Issue
Block a user