PM-GUI: add action to discover newly installed plugins

Also re-orders actions on the left sidebar, and move
"discover" to the top, and "clear" to the bottom.
This commit is contained in:
Robin Gareus 2021-09-09 15:29:25 +02:00
parent b3cb7d6136
commit 2c499332ab
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 15 additions and 2 deletions

View file

@ -53,6 +53,7 @@ private:
void row_activated (Gtk::TreeModel::Path const&, Gtk::TreeViewColumn*);
void reindex ();
void discover ();
void rescan_all ();
void rescan_faulty ();
void rescan_selected ();
@ -123,6 +124,7 @@ private:
Gtk::ScrolledWindow _log_scroller;
ArdourWidgets::VPane _pane;
ArdourWidgets::ArdourButton _btn_reindex;
ArdourWidgets::ArdourButton _btn_discover;
ArdourWidgets::ArdourButton _btn_rescan_all;
ArdourWidgets::ArdourButton _btn_rescan_err;
ArdourWidgets::ArdourButton _btn_rescan_sel;