add freesound dir to prepopulated dirs in clip list
This commit is contained in:
parent
91309619b8
commit
6ba740d37a
@ -301,6 +301,9 @@ TriggerClipPicker::refill_dropdown ()
|
||||
/* User config folder */
|
||||
maybe_add_dir (Glib::build_filename (user_config_directory (), media_dir_name));
|
||||
|
||||
/* Freesuund dir, in case they use it */
|
||||
maybe_add_dir (UIConfiguration::instance().get_freesound_dir());
|
||||
|
||||
/* Anything added by Gtkmm2ext::add_volume_shortcuts */
|
||||
for (auto const& f : _fcd.list_shortcut_folders ()) {
|
||||
maybe_add_dir (f);
|
||||
|
Loading…
Reference in New Issue
Block a user