Ask to scan for missing plugins

When plugins have not been scanned, and a session with
missing plugins is opened, ask to scan plugins.

This also consolidates translatable strings with plugin-selector.
This commit is contained in:
Robin Gareus 2021-07-07 00:17:17 +02:00
parent e5de39c861
commit 95bf443735
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 50 additions and 18 deletions

View file

@ -30,7 +30,7 @@ namespace ARDOUR {
class MissingPluginDialog : public ArdourDialog
{
public:
MissingPluginDialog (ARDOUR::Session *, std::list<std::string> const &);
MissingPluginDialog (ARDOUR::Session*, std::list<std::string> const &, bool);
};
#endif /* __gtk_ardour_missing_plugin_dialog_h__ */