瀏覽代碼

UI: Remove beta warning from auto-config wizard

jp9000 7 年之前
父節點
當前提交
1f1120f4a4
共有 2 個文件被更改,包括 1 次插入3 次删除
  1. 1 1
      UI/window-basic-auto-config.cpp
  2. 0 2
      UI/window-basic-main.cpp

+ 1 - 1
UI/window-basic-auto-config.cpp

@@ -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);

+ 0 - 2
UI/window-basic-main.cpp

@@ -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"),