From 84b34f9df1c39b3cc99bdfb1b8dc61db2e71e05a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 24 Oct 2019 14:56:58 -0600 Subject: change rationale for deciding whether the "discover plugins" button appears in the new user wizard --- gtk2_ardour/new_user_wizard.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/new_user_wizard.cc b/gtk2_ardour/new_user_wizard.cc index cfcb1bd591..84af87a6de 100644 --- a/gtk2_ardour/new_user_wizard.cc +++ b/gtk2_ardour/new_user_wizard.cc @@ -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 (); -- cgit v1.2.3