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
commit 23425ea42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {