mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Save-As for unnamed sessions becomes the same as Save
This commit is contained in:
parent
93e98be6ab
commit
ef206d8066
1 changed files with 5 additions and 0 deletions
|
|
@ -851,6 +851,11 @@ ARDOUR_UI::save_session_as ()
|
|||
return;
|
||||
}
|
||||
|
||||
if (_session->unnamed()) {
|
||||
save_state ("", false);
|
||||
return;
|
||||
}
|
||||
|
||||
if (_session->dirty()) {
|
||||
vector<string> actions;
|
||||
actions.push_back (_("Abort save-as"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue