mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
use new open-gui-after-adding-plugin config variable
This commit is contained in:
parent
de877cb497
commit
4dca26a6e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1564,7 +1564,7 @@ ProcessorBox::use_plugins (const SelectedPlugins& plugins)
|
|||
weird_plugin_dialog (**p, err_streams);
|
||||
return true;
|
||||
// XXX SHAREDPTR delete plugin here .. do we even need to care?
|
||||
} else if (plugins.size() == 1) {
|
||||
} else if (plugins.size() == 1 && Config->get_open_gui_after_adding_plugin()) {
|
||||
if (_session->engine().connected () && processor_can_be_edited (processor)) {
|
||||
if ((*p)->has_editor ()) {
|
||||
edit_processor (processor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue