mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 07:28:17 +01:00
add Volumes to folder shortcuts so users are more likely to find their external drives. this should apply to 3.0 also
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5953 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
18dbb55c93
commit
5b7937a084
1 changed files with 4 additions and 0 deletions
|
|
@ -410,6 +410,10 @@ SoundFileBrowser::SoundFileBrowser (Gtk::Window& parent, string title, ARDOUR::S
|
|||
chooser.add_shortcut_folder_uri("file:///Library/Application Support/GarageBand/Instrument Library/Sampler/Sampler Files");
|
||||
}
|
||||
|
||||
#ifdef GTKOSX
|
||||
chooser.add_shortcut_folder_uri("file:///Volumes");
|
||||
#endif
|
||||
|
||||
//add the file chooser
|
||||
{
|
||||
chooser.set_border_width (12);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue