mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
some more mixbus backports (NO-OP for ardour)
This commit is contained in:
parent
524fb8df49
commit
5ac35d47d6
3 changed files with 13 additions and 7 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#include "ardour/audioregion.h"
|
||||
#include "ardour/export_status.h"
|
||||
#include "ardour/export_handler.h"
|
||||
#include "ardour/profile.h"
|
||||
|
||||
#include "export_dialog.h"
|
||||
#include "export_report.h"
|
||||
|
|
@ -331,12 +332,12 @@ ExportDialog::show_progress ()
|
|||
|
||||
if (!status->aborted()) {
|
||||
hide();
|
||||
|
||||
NagScreen* ns = NagScreen::maybe_nag (_("export"));
|
||||
|
||||
if (ns) {
|
||||
ns->nag ();
|
||||
delete ns;
|
||||
if (!ARDOUR::Profile->get_mixbus()) {
|
||||
NagScreen* ns = NagScreen::maybe_nag (_("export"));
|
||||
if (ns) {
|
||||
ns->nag ();
|
||||
delete ns;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
notify_errors ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue