mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 22:41:18 +12:00
Fix typo
This commit is contained in:
parent
1e0a0dd2c5
commit
441273618c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue