re-enable citron migration (#119)

Signed-off-by: swurl <swurl@swurl.xyz>
Reviewed-on: eden-emu/eden#119
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-05-21 04:09:46 +00:00 committed by crueter
parent 28e05a5108
commit b1b6e0064f
3 changed files with 4 additions and 9 deletions

View file

@ -611,7 +611,7 @@ void GameList::AddGamePopup(QMenu& context_menu, u64 program_id, const std::stri
shortcut_menu->addAction(tr("Add to Applications Menu"));
#endif
context_menu.addSeparator();
QAction* properties = context_menu.addAction(tr("Properties"));
QAction* properties = context_menu.addAction(tr("Configure Game"));
favorite->setVisible(program_id != 0);
favorite->setCheckable(true);