From 05df62ed794cc76fc2a8cec45aa72da28f74b357 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 7 Oct 2021 03:46:44 +0200 Subject: [PATCH] Amend fdf1c1aba2996, don't unconditionally show plugin-manager --- gtk2_ardour/ardour_ui_session.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/ardour_ui_session.cc b/gtk2_ardour/ardour_ui_session.cc index 4fe7215eae..804ba8a35a 100644 --- a/gtk2_ardour/ardour_ui_session.cc +++ b/gtk2_ardour/ardour_ui_session.cc @@ -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()) {