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
+1 -1
View File
@@ -578,7 +578,7 @@ AutoConfig::AutoConfig(QWidget *parent)
setPage(VideoPage, new AutoConfigVideoPage());
setPage(StreamPage, streamPage);
setPage(TestPage, new AutoConfigTestPage());
setWindowTitle(QTStr("Basic.AutoConfig.Beta"));
setWindowTitle(QTStr("Basic.AutoConfig"));
obs_video_info ovi;
obs_get_video_info(&ovi);