UI: Remove beta warning from auto-config wizard

This commit is contained in:
jp9000 2018-08-28 12:31:57 -07:00
parent deba492a2d
commit 1f1120f4a4
2 changed files with 1 additions and 3 deletions

View File

@ -578,7 +578,7 @@ AutoConfig::AutoConfig(QWidget *parent)
setPage(VideoPage, new AutoConfigVideoPage()); setPage(VideoPage, new AutoConfigVideoPage());
setPage(StreamPage, streamPage); setPage(StreamPage, streamPage);
setPage(TestPage, new AutoConfigTestPage()); setPage(TestPage, new AutoConfigTestPage());
setWindowTitle(QTStr("Basic.AutoConfig.Beta")); setWindowTitle(QTStr("Basic.AutoConfig"));
obs_video_info ovi; obs_video_info ovi;
obs_get_video_info(&ovi); obs_get_video_info(&ovi);

View File

@ -1615,8 +1615,6 @@ void OBSBasic::OBSInit()
if (!first_run && !has_last_version && !Active()) { if (!first_run && !has_last_version && !Active()) {
QString msg; QString msg;
msg = QTStr("Basic.FirstStartup.RunWizard"); msg = QTStr("Basic.FirstStartup.RunWizard");
msg += "\n\n";
msg += QTStr("Basic.FirstStartup.RunWizard.BetaWarning");
QMessageBox::StandardButton button = QMessageBox::StandardButton button =
OBSMessageBox::question(this, QTStr("Basic.AutoConfig"), OBSMessageBox::question(this, QTStr("Basic.AutoConfig"),