mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Don't nag Trax users after export
This commit is contained in:
parent
b9da1a5bd5
commit
f355551839
2 changed files with 2 additions and 2 deletions
|
|
@ -477,7 +477,7 @@ ExportDialog::show_progress ()
|
||||||
|
|
||||||
if (!status->aborted()) {
|
if (!status->aborted()) {
|
||||||
hide();
|
hide();
|
||||||
if (!ARDOUR::Profile->get_mixbus()) {
|
if (!ARDOUR::Profile->get_mixbus () && !ARDOUR::Profile->get_livetrax ()) {
|
||||||
NagScreen* ns = NagScreen::maybe_nag (_("export"));
|
NagScreen* ns = NagScreen::maybe_nag (_("export"));
|
||||||
if (ns) {
|
if (ns) {
|
||||||
ns->nag ();
|
ns->nag ();
|
||||||
|
|
|
||||||
|
|
@ -345,7 +345,7 @@ SimpleExportDialog::start_export ()
|
||||||
if (_post_export_combo.get_active_row_number () == 0) {
|
if (_post_export_combo.get_active_row_number () == 0) {
|
||||||
PBD::open_folder (folder ());
|
PBD::open_folder (folder ());
|
||||||
}
|
}
|
||||||
if (!ARDOUR::Profile->get_mixbus ()) {
|
if (!ARDOUR::Profile->get_mixbus () && !ARDOUR::Profile->get_livetrax ()) {
|
||||||
NagScreen* ns = NagScreen::maybe_nag (_("Export"));
|
NagScreen* ns = NagScreen::maybe_nag (_("Export"));
|
||||||
if (ns) {
|
if (ns) {
|
||||||
ns->nag ();
|
ns->nag ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue