mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
UI: Keep showing time when paused
This commit is contained in:
@@ -521,9 +521,8 @@ void OBSBasicStatusBar::RecordingStopped()
|
||||
|
||||
void OBSBasicStatusBar::RecordingPaused()
|
||||
{
|
||||
QString text = QStringLiteral("REC: PAUSED");
|
||||
QString text = recordTime->text() + QStringLiteral(" (PAUSED)");
|
||||
recordTime->setText(text);
|
||||
recordTime->setMinimumWidth(recordTime->width());
|
||||
|
||||
if (recordOutput) {
|
||||
recordIcon->setPixmap(recordingPausePixmap);
|
||||
|
||||
Reference in New Issue
Block a user