mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
copy plugin-state from template on session creation (amend 3353b48)
This commit is contained in:
parent
3353b48646
commit
56f5bcffce
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ Session::create (const string& session_template, BusProfile* bus_profile)
|
|||
|
||||
/* Copy plugin state files from template to new session */
|
||||
std::string template_plugins = Glib::build_filename (session_template, X_("plugins"));
|
||||
copy_files (template_plugins, plugins_dir ());
|
||||
copy_recurse (template_plugins, plugins_dir ());
|
||||
|
||||
return 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue