mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
Amend fdf1c1aba2, don't unconditionally show plugin-manager
This commit is contained in:
parent
fdf1c1aba2
commit
05df62ed79
1 changed files with 3 additions and 1 deletions
|
|
@ -493,7 +493,9 @@ ARDOUR_UI::load_session_stage_two (const std::string& path, const std::string& s
|
||||||
PluginScanDialog psd (false, true);
|
PluginScanDialog psd (false, true);
|
||||||
psd.start ();
|
psd.start ();
|
||||||
}
|
}
|
||||||
show_plugin_manager ();
|
if (!u.empty()) {
|
||||||
|
show_plugin_manager ();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!new_session->writable()) {
|
if (!new_session->writable()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue