Make "Load state from" pressable on linux

This commit is contained in:
Anish Moorthy 2021-09-14 19:05:32 -04:00
parent 91b2e22894
commit 98a1c58db7
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ static const GActionEntry app_entries[] = {
{ "pause", Pause },
{ "reset", Reset },
{ "save_state_to", SaveStateDialog },
{ "loadstatefrom", LoadStateDialog },
{ "load_state_from", LoadStateDialog },
{ "savestate", MenuSave, "u" },
{ "loadstate", MenuLoad, "u" },
{ "importbackup", ImportBackupMemoryDialog },