13
0

Amend fdf1c1aba2, don't unconditionally show plugin-manager

This commit is contained in:
Robin Gareus 2021-10-07 03:46:44 +02:00
parent fdf1c1aba2
commit 05df62ed79
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -493,7 +493,9 @@ ARDOUR_UI::load_session_stage_two (const std::string& path, const std::string& s
PluginScanDialog psd (false, true);
psd.start ();
}
show_plugin_manager ();
if (!u.empty()) {
show_plugin_manager ();
}
}
if (!new_session->writable()) {