Skip to content

Commit

Permalink
fixed show config structure
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Jun 1, 2023
1 parent 305fbbb commit 46e64d8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ class LedaConfig {
@SliderParameter("General Spot Brightness", 0.0, 1.0, 0.01)
var generalSpotBrightness = DataModel(1.0f)

@GroupParameter("Show", expanded = false)
@SeparatorParameter("Show")
private var showSep = Any()

@GroupParameter("Config", expanded = false)
var ledaShow = LedaShowConfig()

@SeparatorParameter("Accent Spot Lights")
Expand Down

0 comments on commit 46e64d8

Please sign in to comment.