13
0

change rationale for deciding whether the "discover plugins" button appears in the new user wizard

This commit is contained in:
Paul Davis 2019-10-24 14:56:58 -06:00
parent 362956dd7c
commit 84b34f9df1

View File

@ -428,7 +428,8 @@ NewUserWizard::setup_final_page ()
VBox* vbox = manage (new VBox);
vbox->pack_start (*final_label, true, true);
if (!Profile->get_mixbus()) {
/* Mixbus sets this parameter to true by default, Ardour sets it to false */
if (!Config->get_discover_vst_on_start()) {
vbox->pack_start (plugin_disco_button, true, false);
}
vbox->show ();