Qt/GeneralWidget: Fix "No" response to backend switch confirmation

This commit is contained in:
spycrab 2018-05-08 17:16:40 +02:00
parent b7b6b5162c
commit 6a34f2b47c

View File

@ -173,8 +173,6 @@ void GeneralWidget::SaveSettings()
const auto current_backend = backend->GetName();
if (SConfig::GetInstance().m_strVideoBackend != current_backend)
{
SConfig::GetInstance().m_strVideoBackend = current_backend;
if (backend->GetName() == "Software Renderer")
{
QMessageBox confirm_sw;