Merge pull request #3123 from WizardCM/fix-connecting-button
UI: Fix unreadable Connecting Stream button
This commit is contained in:
commit
23425ea42b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user