Browse Source

Misc

tags/1.9.6
falkTX 9 years ago
parent
commit
59e65ff67a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/carla_skin.py

+ 2
- 2
source/carla_skin.py View File

@@ -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"



Loading…
Cancel
Save