Merge pull request #3123 from WizardCM/fix-connecting-button

UI: Fix unreadable Connecting Stream button
This commit is contained in:
Jim
2020-07-10 20:23:57 -07:00
committed by GitHub

View File

@@ -5321,6 +5321,7 @@ void OBSBasic::StartStreaming()
SaveProject();
ui->streamButton->setEnabled(false);
ui->streamButton->setChecked(false);
ui->streamButton->setText(QTStr("Basic.Main.Connecting"));
if (sysTrayStream) {