mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-03 22:26:11 -05:00
UI: Remove beta warning from auto-config wizard
This commit is contained in:
@@ -1615,8 +1615,6 @@ void OBSBasic::OBSInit()
|
||||
if (!first_run && !has_last_version && !Active()) {
|
||||
QString msg;
|
||||
msg = QTStr("Basic.FirstStartup.RunWizard");
|
||||
msg += "\n\n";
|
||||
msg += QTStr("Basic.FirstStartup.RunWizard.BetaWarning");
|
||||
|
||||
QMessageBox::StandardButton button =
|
||||
OBSMessageBox::question(this, QTStr("Basic.AutoConfig"),
|
||||
|
||||
Reference in New Issue
Block a user