UI: Add save notifications to status bar

This shows notifications in the status bar with the following:
- When screenshot is saved
- When replay buffer is saved
- When recording is saved
- When recording is auto remuxed
This commit is contained in:
Clayton Groeneveld
2021-04-01 07:36:20 -07:00
committed by Jim
parent 416a55cccb
commit 448c7f38d0
7 changed files with 67 additions and 7 deletions
+2
View File
@@ -857,6 +857,8 @@ public:
OBSWeakSource copyFilter = nullptr;
void ShowStatusBarMessage(const QString &message);
protected:
virtual void closeEvent(QCloseEvent *event) override;
virtual void changeEvent(QEvent *event) override;