Addon has a white 'SI' label even when label is disabled
raysmith59 opened this issue ยท 5 comments
I'm not sure when this started but the icon for SI has a white 'SI' that shows on the right side when label is disabled... enabling label just adds a yellow label to the existing white one. I don't particularly care about the label but it isn't factored into the spacing so in my case the letters interfere with the clock. Happens both in normal and right side positioning.
So you're thinking it's a Titan Panel issue? It's only affecting this addon but I'll report it over there as well, thanks.
Looks like line 2987 in core.lua is what's causing my problem; commenting it out removes the white label. Unsure if that's useful info or not but it's working for me.
SI.dataobject.text = "SI"
It's LDB display addons to choose icon or text or both to show in their panel. SI must provide both info for them. Sorry but nothing we can do.