mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
UI: Remove beta warning from auto-config wizard
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user