don't bother with session dialog if user has already provided the name

This recognizes that if a template is desired, it can be also be
set from the cmdline
This commit is contained in:
Paul Davis 2019-07-18 10:17:43 -06:00
parent 5f8c9a4e60
commit b47df18d5c

View file

@ -3343,7 +3343,7 @@ ARDOUR_UI::get_session_parameters (bool quit_on_cancel, bool should_be_new, stri
session_dialog.clear_given ();
}
if (should_be_new || session_name.empty()) {
if (session_name.empty()) {
/* need the dialog to get info from user */
cerr << "run dialog\n";