mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Merge pull request #7066 from spycrab/qt_fs_exit
Qt: Always return to windowed when confirming exit
This commit is contained in:
commit
2a89ad9c39
1 changed files with 1 additions and 5 deletions
|
@ -624,13 +624,9 @@ bool MainWindow::RequestStop()
|
|||
}
|
||||
|
||||
if (!m_render_widget->isFullScreen())
|
||||
{
|
||||
m_render_widget_geometry = m_render_widget->saveGeometry();
|
||||
}
|
||||
else if (g_ActiveConfig.ExclusiveFullscreenEnabled())
|
||||
{
|
||||
else
|
||||
FullScreen();
|
||||
}
|
||||
|
||||
if (SConfig::GetInstance().bConfirmStop)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue