Browse Source

Don't show canvas if using carla-rack on ladish or nsm

tags/1.9.6
falkTX 10 years ago
parent
commit
00c7679957
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/carla-rack

+ 1
- 1
source/carla-rack View File

@@ -59,7 +59,7 @@ if __name__ == '__main__':
# -------------------------------------------------------------
# Create GUI

gui = HostWindow(host, True)
gui = HostWindow(host, not(LADISH_APP_NAME or NSM_URL))

# -------------------------------------------------------------
# Load project file if set


Loading…
Cancel
Save