Simple Item Levels

Simple Item Levels

2M Downloads

Item level isn't fitting into the available space in some languages in Retail.

anyuta1166 opened this issue · 8 comments

commented

Item level isn't fitting into the available space in some languages in Retail.

Inspect frame:

изображение

Character frame:

изображение

commented

Also there is no reason to display item level on character frame in Retail since it's already displayed in the default UI.

commented

Hm, are you using a git checkout of this? It should only be showing up if it thinks we're in a "debug" mode, which I currently have set up as "this hasn't gone through the packager".

commented

I'll change that to a hidden config setting, I suppose.

commented

Hah, okay! I overlooked something very silly -- the packager is transforming the version in my check as well. Embarrassing. :D

commented

Hm, are you using a git checkout of this? It should only be showing up if it thinks we're in a "debug" mode, which I currently have set up as "this hasn't gone through the packager".

I've downloaded the addon from Curseforge.

The addon version is v26 and here is the line in addon.lua: ns.DEBUG = GetAddOnMetadata(myname, "Version") == "v26"

commented

I will fix that, too. I only didn't earlier because the maintenance was still happening.

commented

So you intended to hide the item level display on the character frame, okay.
But the inspect frame still doesn't fit the item level string.

commented

Okay, should be better now.