mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Prefs > Plugins > Scan should discover new plugins
First argument is `cache_only`. `false` means to discover news ones.
This commit is contained in:
parent
8fe978a8e5
commit
383850d329
1 changed files with 1 additions and 1 deletions
|
|
@ -4098,7 +4098,7 @@ RCOptionEditor::parameter_changed (string const & p)
|
|||
|
||||
void RCOptionEditor::plugin_scan_refresh () {
|
||||
/* first argument says discover new plugins, second means be verbose */
|
||||
PluginScanDialog psd (true, true);
|
||||
PluginScanDialog psd (false, true);
|
||||
psd.start ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue