- Fixed East Asian myriads showing a giganting non formated number in the total bar DPS.

- Added a reset nickname button in the right side of the nickname field.
- Framework and NickTag library updates.
- Removed deprecated 'feedback' button, there's Discord now.
This commit is contained in:
Tercioo
2018-12-11 11:23:05 -02:00
parent 24d5be67d2
commit 55f5caaedc
4 changed files with 25 additions and 6 deletions
+2
View File
@@ -552,6 +552,8 @@ function _detalhes:OpenOptionsWindow (instance, no_reopen, section)
local feedback_image = g:NewImage (window, [[Interface\Buttons\UI-RADIOBUTTON]], 8, 9, "artwork", {20/64, 27/64, 4/16, 11/16})
feedback_image:SetPoint ("right", feedback_button, "left", -1, 0)
feedback_button:Hide()
--> translate
--[[
local translate_button = g:NewButton (window, _, "$parentOpenTranslateButton", nil, 140, 14, _detalhes.OpenTranslateWindow, nil, nil, nil, Loc ["STRING_TRANSLATE_LANGUAGE"], 1)