mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
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:
parent
5f8c9a4e60
commit
b47df18d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue