mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-28 16:16:21 -04:00
UI: Fix unreadable Connecting Stream button
This commit is contained in:
@@ -5259,6 +5259,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