mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model.
This commit is contained in:
parent
ef2c63e4e3
commit
750ab85fe9
107 changed files with 12120 additions and 4774 deletions
|
|
@ -794,7 +794,7 @@ void EnabledModuleList::addModuleFromUserSelectedFile()
|
|||
{
|
||||
static File lastLocation (findDefaultModulesFolder (project));
|
||||
|
||||
FileChooser fc ("Select a module to add...", lastLocation, String(), false);
|
||||
FileChooser fc ("Select a module to add...", lastLocation, String());
|
||||
|
||||
if (fc.browseForDirectory())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue