UI: Make sure all dialogs have close buttons
This adds close buttons to remux dialog, output timer dialog, and advanced audio properties dialog. I also did a small refactor of the remux dialog so the buttons were consistent with other dialogs. Closes jp9000/obs-studio#876
This commit is contained in:
@@ -39,7 +39,6 @@ class OBSRemux : public QDialog {
|
||||
|
||||
void BrowseInput();
|
||||
void BrowseOutput();
|
||||
void Remux();
|
||||
|
||||
bool Stop();
|
||||
|
||||
@@ -58,6 +57,7 @@ private slots:
|
||||
public slots:
|
||||
void updateProgress(float percent);
|
||||
void remuxFinished(bool success);
|
||||
void Remux();
|
||||
|
||||
signals:
|
||||
void remux();
|
||||
|
Reference in New Issue
Block a user