mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-02 13:27:14 -05:00
Merge pull request #3123 from WizardCM/fix-connecting-button
UI: Fix unreadable Connecting Stream button
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user