mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Qt/GeneralWidget: Refresh backend settings properly
This commit is contained in:
@@ -201,7 +201,11 @@ void GeneralWidget::SaveSettings()
|
||||
}
|
||||
}
|
||||
SConfig::GetInstance().m_strVideoBackend = current_backend;
|
||||
backend->InitBackendInfo();
|
||||
|
||||
g_Config.Refresh();
|
||||
|
||||
g_video_backend = backend.get();
|
||||
g_video_backend->InitBackendInfo();
|
||||
emit BackendChanged(QString::fromStdString(current_backend));
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user