mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 23:18:20 +01:00
change rationale for deciding whether the "discover plugins" button appears in the new user wizard
This commit is contained in:
parent
362956dd7c
commit
84b34f9df1
1 changed files with 2 additions and 1 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue