mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Fix typo
This commit is contained in:
parent
1e0a0dd2c5
commit
441273618c
@ -1455,7 +1455,7 @@ void MainWindow::OnKeyDown(wxKeyEvent& event)
|
||||
Close(true);
|
||||
}
|
||||
#else
|
||||
// On Windows/Linux, only Alt+F4 is allowed for quittinger
|
||||
// On Windows/Linux, only Alt+F4 is allowed for quitting
|
||||
if (event.AltDown() && event.GetKeyCode() == WXK_F4)
|
||||
{
|
||||
Close(true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user