13
0

Add support for MacVST hidden/favorites

This commit is contained in:
Robin Gareus 2016-12-11 15:46:53 +01:00
parent 2481db7a7f
commit 0c54e56f96

View File

@ -1372,6 +1372,8 @@ PluginManager::load_statuses ()
type = Windows_VST;
} else if (stype == "LXVST") {
type = LXVST;
} else if (stype == "MacVST") {
type = MacVST;
} else if (stype == "Lua") {
type = Lua;
} else {