mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
b3cb7d6136
commit
2c499332ab
2 changed files with 15 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue