Browse Source

carla-jack-multi should always show canvas

Hiding for ladish is useless since ladish does not support multi-client anyway

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

+ 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))
gui = HostWindow(host, True)

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


Loading…
Cancel
Save