remove studio operation

This commit is contained in:
clement.hector 2022-06-01 20:44:10 +02:00
parent 8f9c085492
commit 0fcfdf7fa8

View file

@ -26,11 +26,6 @@ class GizmoMenu():
command = str(config['command'])
if command.find('{pipe_path}') > -1:
command = command.format(
pipe_path=os.environ['QUAD_PLUGIN_PATH']
)
icon = config.get('icon', None)
if icon:
try: