WLED 0.14.0-b6 (and earlier)
When adding a new segment, before selecting an effect for it, it’s a coin toss whether or not the palette area will be populated as expected - or just show a single Fx colour and report “Color palette not used”.
Obviously, before an effect has been selected, no effect has been able to set the flags that indicate if a palette is used or not. Even selecting an effect that uses the palette does not subsequently force the palette to show.
Usually deleting the segment and adding a new one again gets around this.
The other issue is that if more than one segment in play and segment 0 has it’s brightness slider lowered, then when “Reset segments” is selected segment 0 brightness remains low but the slider is hidden and the only way to restore it is to reset the ESP or select a preset that has appropriate brightness levels defined (similarly the JSON API can be used - but it strikes me that “Reset segments” should restore full brightness).
Maybe I’m misunderstanding some deliberate design? Or maybe it’s something worth opening a GIT issue about?