Skip to content

Commit

Permalink
Skip special treatment for ladish
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jun 5, 2023
1 parent 8e5a8f5 commit 123ab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/frontend/carla_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def __init__(self, host, withCanvas, parent=None):
self.fSessionManagerName = "Plugin"
elif LADISH_APP_NAME:
self.fClientName = LADISH_APP_NAME
self.fSessionManagerName = "LADISH"
self.fSessionManagerName = ""
elif NSM_URL and host.nsmOK:
self.fClientName = "Carla.tmp"
self.fSessionManagerName = "Non Session Manager TMP"
Expand Down

0 comments on commit 123ab13

Please sign in to comment.