Skip to content

Commit

Permalink
Update debug_menu.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlorthishen committed Apr 7, 2024
1 parent ae630f8 commit 2e02137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static int info_uilist( bool display_all_entries = true )
{ uilist_entry( DEBUG_SAVE_SCREENSHOT, true, 'H', _( "Take screenshot" ) ) },
{ uilist_entry( DEBUG_BUG_REPORT, true, 'U', _( "Submit a bug report on github" ) ) },
{ uilist_entry( DEBUG_GAME_REPORT, true, 'r', _( "Generate game report" ) ) },
{ uilist_entry( DEBUG_JOIN_DISCORD, true, 'J', _( "Join us on Discord" ) ) },
{ uilist_entry( DEBUG_JOIN_DISCORD, true, 'J', _( "Join the Discord" ) ) },
};

if( display_all_entries ) {
Expand Down

0 comments on commit 2e02137

Please sign in to comment.