Skip to content

Commit

Permalink
- Fix "streaming" status text color is wrong on OBS31
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatyan128 committed Dec 10, 2024
1 parent 4635c8c commit 82a386c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/output-status-dock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ void OutputTableRow::update()
status->setIconShow(false);
} else {
status->setText(QTStr("Status.Live"));
status->setTheme("good", "text-danger");
status->setTheme("good", "text-success");
status->setIconShow(true);
}
} else {
Expand Down

0 comments on commit 82a386c

Please sign in to comment.