Skip to content

Commit

Permalink
Hue Preset make visible only if show gradient button is default.
Browse files Browse the repository at this point in the history
  • Loading branch information
behreajj committed Oct 10, 2024
1 parent 638275e commit 88cc752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ok_picker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,8 @@ dlgOptions:combobox {
label = "Easing:",
option = defaults.huePreset,
options = huePresets,
focus = false
focus = false,
visible = defaults.showGradientButton
}

dlgOptions:separator { text = "Hex Depth" }
Expand Down

0 comments on commit 88cc752

Please sign in to comment.