mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 00:17:32 +01:00
yuzu: Add a missing "!" to fix the stuck-in-fullscreen bug
This commit is contained in:
parent
5d7167dfca
commit
9333ee29ca
@ -1612,7 +1612,7 @@ void GMainWindow::closeEvent(QCloseEvent* event) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (ui.action_Fullscreen->isChecked()) {
|
||||
if (!ui.action_Fullscreen->isChecked()) {
|
||||
UISettings::values.geometry = saveGeometry();
|
||||
UISettings::values.renderwindow_geometry = render_window->saveGeometry();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user