Hint that plugin-scan may wait for user-interaction after 30sec

This commit is contained in:
Robin Gareus 2021-07-17 01:08:05 +02:00
parent 1ef0c49aee
commit 4d15326a78
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 16 additions and 0 deletions

View file

@ -34,6 +34,7 @@ class PluginScanDialog : public ArdourDialog
private:
Gtk::Label message;
Gtk::Label timeout_info;
Gtk::ProgressBar pbar;
Gtk::HBox tbox;
Gtk::Button timeout_button;