Skip to content

Commit

Permalink
Don't show GUI2 help by default (hide it behind --new-widgets switch)
Browse files Browse the repository at this point in the history
Looks like it might be awhile before we get more progress on this, so I'm hiding it by default for now.
  • Loading branch information
Vultraz committed Mar 24, 2017
1 parent 1cf90d0 commit c204d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/dialogs/title_screen.cpp
Expand Up @@ -298,9 +298,9 @@ void title_screen::pre_show(window& win)
// Help
//
register_button(win, "help", hotkey::HOTKEY_HELP, [](window& w) {
//if(gui2::new_widgets) {
if(gui2::new_widgets) {
gui2::dialogs::help_browser::display(w.video());
//}
}

help::help_manager help_manager(&game_config_manager::get()->game_config());
help::show_help(w.video());
Expand Down

0 comments on commit c204d3e

Please sign in to comment.