diff --git a/source/carla_skin.py b/source/carla_skin.py index d08dfa236..c4e6a87bc 100755 --- a/source/carla_skin.py +++ b/source/carla_skin.py @@ -1742,8 +1742,8 @@ def getSkinStyle(host, pluginId): return "openav" # DISTRHO Plugins - if pluginMaker.startswith("falkTX, ") or pluginMaker == "DISTRHO": - return pluginLabel + if pluginMaker.startswith("falkTX, ") or pluginMaker == "DISTRHO" or pluginLabel.startswith("http://distrho.sf.net/plugins/"): + return pluginLabel.replace("http://distrho.sf.net/plugins/","") return "default"