提交 067c3e62 编写于 作者: J jp9000

UI: Disable stream settings if streaming

上级 dab44ae7
#include <QMessageBox>
#include "window-basic-settings.hpp"
#include "obs-frontend-api.h"
#include "obs-app.hpp"
#include "window-basic-main.hpp"
#include "qt-wrappers.hpp"
......@@ -105,6 +106,9 @@ void OBSBasicSettings::LoadStream1Settings()
UpdateKeyLink();
bool streamActive = obs_frontend_streaming_active();
ui->streamPage->setEnabled(!streamActive);
loading = false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册