Qt/GeneralWidget: Fix "No" response to backend switch confirmation
This commit is contained in:
parent
b7b6b5162c
commit
6a34f2b47c
|
@ -173,8 +173,6 @@ void GeneralWidget::SaveSettings()
|
||||||
const auto current_backend = backend->GetName();
|
const auto current_backend = backend->GetName();
|
||||||
if (SConfig::GetInstance().m_strVideoBackend != current_backend)
|
if (SConfig::GetInstance().m_strVideoBackend != current_backend)
|
||||||
{
|
{
|
||||||
SConfig::GetInstance().m_strVideoBackend = current_backend;
|
|
||||||
|
|
||||||
if (backend->GetName() == "Software Renderer")
|
if (backend->GetName() == "Software Renderer")
|
||||||
{
|
{
|
||||||
QMessageBox confirm_sw;
|
QMessageBox confirm_sw;
|
||||||
|
|
Loading…
Reference in New Issue