rv:: changed the hotkey for RogueViz demos to 'd'

This commit is contained in:
Zeno Rogue 2022-03-01 08:47:40 +01:00
parent 98cf022a44
commit 2a32a423d4
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ int phooks =
+ addHook(dialog::hooks_display_dialog, 100, [] () {
if(current_screen_cfunction() == showStartMenu) {
dialog::addBreak(100);
dialog::addBigItem(XLAT("RogueViz demos"), 'p');
dialog::addBigItem(XLAT("RogueViz demos"), 'd');
dialog::add_action([] () { pushScreen(choose_presentation); });
}
});