This commit is contained in:
Exzap 2025-05-13 03:37:49 +02:00 committed by GitHub
parent 1e0a0dd2c5
commit 441273618c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);