mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
mixer: add "search all" mode to sidebar plugin list
This commit is contained in:
parent
1a18417464
commit
a8f6fcc2df
2 changed files with 20 additions and 4 deletions
|
|
@ -446,7 +446,8 @@ private:
|
|||
enum PluginListMode {
|
||||
PLM_Favorite,
|
||||
PLM_Recent,
|
||||
PLM_TopHits
|
||||
PLM_TopHits,
|
||||
PLM_SearchAll
|
||||
};
|
||||
enum PluginListMode plugin_list_mode;
|
||||
void set_plugin_list_mode (PluginListMode plm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue