diff --git a/gtk2_ardour/export_dialog.cc b/gtk2_ardour/export_dialog.cc index fc1d26f7ea..ef466f4305 100644 --- a/gtk2_ardour/export_dialog.cc +++ b/gtk2_ardour/export_dialog.cc @@ -477,7 +477,7 @@ ExportDialog::show_progress () if (!status->aborted()) { hide(); - if (!ARDOUR::Profile->get_mixbus()) { + if (!ARDOUR::Profile->get_mixbus () && !ARDOUR::Profile->get_livetrax ()) { NagScreen* ns = NagScreen::maybe_nag (_("export")); if (ns) { ns->nag (); diff --git a/gtk2_ardour/simple_export_dialog.cc b/gtk2_ardour/simple_export_dialog.cc index 98b417eec6..8318843751 100644 --- a/gtk2_ardour/simple_export_dialog.cc +++ b/gtk2_ardour/simple_export_dialog.cc @@ -345,7 +345,7 @@ SimpleExportDialog::start_export () if (_post_export_combo.get_active_row_number () == 0) { PBD::open_folder (folder ()); } - if (!ARDOUR::Profile->get_mixbus ()) { + if (!ARDOUR::Profile->get_mixbus () && !ARDOUR::Profile->get_livetrax ()) { NagScreen* ns = NagScreen::maybe_nag (_("Export")); if (ns) { ns->nag ();