if user chooses not to delete a scratch session, removed the file that identifies it as unnamed (GUI)
This commit is contained in:
@@ -1097,6 +1097,8 @@ ARDOUR_UI::ask_about_scratch_deletion ()
|
||||
|
||||
if (r == Gtk::RESPONSE_OK) {
|
||||
PBD::remove_directory (path);
|
||||
} else {
|
||||
_session->end_unnamed_status ();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user