This commit is contained in:
2026-01-15 11:37:18 +01:00
parent b2f8a21495
commit dce46dfabd

View File

@@ -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 {