mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Let the user also choose template archives from Ardour 5.x
This commit is contained in:
parent
687b3078c3
commit
64cb0a6e4b
1 changed files with 1 additions and 0 deletions
|
|
@ -575,6 +575,7 @@ TemplateManager::import_template_set ()
|
|||
|
||||
FileFilter archive_filter;
|
||||
archive_filter.add_pattern (string_compose(X_("*%1"), ARDOUR::template_archive_suffix));
|
||||
archive_filter.add_pattern (X_("*.tar.xz")); // template archives from 5.x
|
||||
archive_filter.set_name (_("Template archives"));
|
||||
dialog.add_filter (archive_filter);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue