early-access version 2214

This commit is contained in:
pineappleEA
2021-11-18 22:24:47 +01:00
parent 27d8331649
commit 31055796af
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1037,7 +1037,7 @@ void GMainWindow::InitializeHotkeys() {
&QShortcut::activatedAmbiguously, ui->action_Fullscreen, &QAction::trigger);
connect(hotkey_registry.GetHotkey(main_window, QStringLiteral("Exit Fullscreen"), this),
&QShortcut::activated, this, [&] {
if (emulation_running) {
if (emulation_running && ui->action_Fullscreen->isChecked()) {
ui->action_Fullscreen->setChecked(false);
ToggleFullscreen();
}