From dce46dfabd99490459d17862f31061fc36fcc1f9 Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Thu, 15 Jan 2026 11:37:18 +0100 Subject: [PATCH] Bug fix --- screenpanel-sls/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenpanel-sls/build.gradle b/screenpanel-sls/build.gradle index 296a230..5040fb9 100644 --- a/screenpanel-sls/build.gradle +++ b/screenpanel-sls/build.gradle @@ -4,7 +4,7 @@ ext.plugin = 'ScreenPanelSLS' ext.mainClass = hasProperty('mainClass') ? mainClass : 'ch.psi.pshell.workbench.App' ext.title = 'ScreenPanel' ext.desc = 'ScreenPanel customization for SLS cameras' -ext.ex_options = 'ch.psi.pshell.screenpanel.Options|disable_detach (if true does not show debug option for pemanent pipelines)|edit_permanent (if true does not disable pemanent pipeline config options)' +ext.ex_options = 'ch.psi.pshell.screenpanel.Options' ext.deploy_type= 'java' dependencies {