Browse Source

Show canvas tab in jack-single or multi modes under NSM

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
d0446fe4fa
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      source/frontend/carla-jack-multi
  2. +1
    -1
      source/frontend/carla-jack-single

+ 1
- 1
source/frontend/carla-jack-multi View File

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

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

# ------------------------------------------------------------------------------------------------------------------
# Show GUI


+ 1
- 1
source/frontend/carla-jack-single View File

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

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

# ------------------------------------------------------------------------------------------------------------------
# Show GUI


Loading…
Cancel
Save