提交 25780b3c 编写于 作者: J jp9000

Fix renderer listbox to be a global config setting

The current renderer should be a global config setting, not a local
setting.
上级 269a91f5
......@@ -565,7 +565,9 @@ void OBSBasicSettings::SaveVideoSettings()
/* ------------------- */
SaveCombo(ui->renderer, "Video", "Renderer");
if (WidgetChanged(ui->renderer))
config_set_string(App()->GlobalConfig(), "Video", "Renderer",
QT_TO_UTF8(ui->renderer->currentText()));
if (WidgetChanged(ui->baseResolution) &&
ConvertResText(QT_TO_UTF8(baseResolution), cx, cy)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册