Skip to content

Commit

Permalink
Merge pull request #7066 from spycrab/qt_fs_exit
Browse files Browse the repository at this point in the history
Qt: Always return to windowed when confirming exit
  • Loading branch information
leoetlino committed Jun 4, 2018
2 parents 9b43180 + 53ed455 commit 2a89ad9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Source/Core/DolphinQt2/MainWindow.cpp
Expand Up @@ -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)
{
Expand Down

0 comments on commit 2a89ad9

Please sign in to comment.