Add shortcut for removing game

This commit is contained in:
kramo
2023-04-04 23:45:40 +02:00
parent 00580571a6
commit b942fd7d3c
2 changed files with 12 additions and 0 deletions

View File

@@ -58,6 +58,11 @@ ShortcutsWindow help_overlay {
title: _("Show hidden games");
action-name: "win.show_hidden";
}
ShortcutsShortcut {
title: _("Remove game");
action-name: "app.remove_game_overview";
}
}
}
}