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,8 +493,10 @@ ARDOUR_UI::load_session_stage_two (const std::string& path, const std::string& s
PluginScanDialog psd (false, true);
psd.start ();
}
if (!u.empty()) {
show_plugin_manager ();
}
}
if (!new_session->writable()) {
ArdourMessageDialog msg (_("This session has been opened in read-only mode.\n\nYou will not be able to record or save."),