mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-23 01:56:14 -05:00
UI: Add status icons for recording and streaming
This commit is contained in:
@@ -7712,6 +7712,8 @@ void OBSBasic::PauseRecording()
|
||||
pause->setChecked(true);
|
||||
pause->blockSignals(false);
|
||||
|
||||
ui->statusbar->RecordingPaused();
|
||||
|
||||
if (trayIcon)
|
||||
trayIcon->setIcon(QIcon(":/res/images/obs_paused.png"));
|
||||
|
||||
@@ -7739,6 +7741,8 @@ void OBSBasic::UnpauseRecording()
|
||||
pause->setChecked(false);
|
||||
pause->blockSignals(false);
|
||||
|
||||
ui->statusbar->RecordingUnpaused();
|
||||
|
||||
if (trayIcon)
|
||||
trayIcon->setIcon(
|
||||
QIcon(":/res/images/tray_active.png"));
|
||||
|
||||
Reference in New Issue
Block a user