Don't nag Trax users after export
This commit is contained in:
parent
b9da1a5bd5
commit
f355551839
@ -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 ();
|
||||
|
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user