Skip to content

Commit

Permalink
Make new outputs enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Nov 16, 2023
1 parent 5c31454 commit 69fd756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ void OBSBasicSettings::AddServer()

auto enabled =
new QCheckBox(QString::fromUtf8(obs_module_text("Enabled")));
enabled->setChecked(true);
serverLayout->addRow(enabled);
servers_enabled.push_back(enabled);

Expand Down

0 comments on commit 69fd756

Please sign in to comment.