mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 18:16:35 +01:00
fix templates: copy plugin state
This commit is contained in:
parent
6fbd0a62e4
commit
3353b48646
1 changed files with 1 additions and 1 deletions
|
|
@ -2016,7 +2016,7 @@ Session::save_template (string template_name)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
copy_files (plugins_dir(), template_plugin_state_path);
|
copy_recurse (plugins_dir(), template_plugin_state_path);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue