mixer: add "search all" mode to sidebar plugin list

This commit is contained in:
jean-emmanuel 2025-01-14 13:52:45 +01:00 committed by Robin Gareus
parent 1a18417464
commit a8f6fcc2df
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 20 additions and 4 deletions

View file

@ -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);