diff --git a/pcsx2-qt/MainWindow.cpp b/pcsx2-qt/MainWindow.cpp index ed7ae26f11..c9c695ce4e 100644 --- a/pcsx2-qt/MainWindow.cpp +++ b/pcsx2-qt/MainWindow.cpp @@ -1975,7 +1975,8 @@ void MainWindow::closeEvent(QCloseEvent* event) saveStateToConfig(); if (m_display_created) g_emu_thread->stopFullscreenUI(); - quit(); + destroySubWindows(); + QMainWindow::closeEvent(event); return; }