Show plugin-manager after scanning from prefs

This points users to the new plugin-manager
when they initiate a scan from the preferences.
This commit is contained in:
Robin Gareus 2021-07-17 01:04:04 +02:00
parent adf93c85fe
commit 1ef0c49aee
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -4653,6 +4653,7 @@ void RCOptionEditor::plugin_scan_refresh () {
/* first argument says discover new plugins, second means be verbose */
PluginScanDialog psd (false, true, current_toplevel ());
psd.start ();
ARDOUR_UI::instance()->show_plugin_manager ();
}
void RCOptionEditor::plugin_reset_stats () {