diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 4be249c44e..0ec8e9491b 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -610,7 +610,7 @@ struct GameOptionsWindow : Window { { if (!gui_scope) return; this->SetWidgetLoweredState(WID_GO_FULLSCREEN_BUTTON, _fullscreen); - this->SetWidgetLoweredState(WID_GO_VERTICAL_TOOLBAR, _settings_client.gui.vertical_toolbar); + //this->SetWidgetLoweredState(WID_GO_VERTICAL_TOOLBAR, _settings_client.gui.vertical_toolbar); this->SetWidgetLoweredState(WID_GO_BUILD_CONFIRMATION, _settings_client.gui.build_confirmation); bool missing_files = BaseGraphics::GetUsedSet()->GetNumMissing() == 0;