- Chart Viewer (plugin): has been revamped and now it's less complicated to use.
- Time Line (plugin): added options to change the background color and scale. - Raid Check (plugin): its window is now 'always on top'. - Accuracy adjustments on overheal of Divine Aegis and Illuminated Healing. - Removed healthstone from cooldown list, added Nature's Vigil. - Enemies display now shows damage taken instead of damage done. - Tooltip for enemies display now also show damage and healing done by the enemy. - Added an option under miscellaneous to show neutral and hostile creatures on damage taken display. - Added an option to ignore nicknames and always use character names. - Enabling the display icon on title bar now makes the title text automatically move slightly to right. - Fixed issue with skin changing when the window has the statusbar enabled.
This commit is contained in:
+2
-2
@@ -256,14 +256,14 @@ local _
|
||||
if (instance) then
|
||||
instance:ToolbarMenuSetButtonsOptions (nil, true)
|
||||
instance:AttributeMenu (nil, nil, nil, nil, nil, nil, nil, true)
|
||||
instance:AttributeMenu (nil, nil, 3)
|
||||
instance:AttributeMenu (nil, nil, 4)
|
||||
|
||||
if (_detalhes.options_group_edit) then
|
||||
for _, this_instance in ipairs (instance:GetInstanceGroup()) do
|
||||
if (this_instance ~= instance) then
|
||||
this_instance:ToolbarMenuSetButtonsOptions (nil, true)
|
||||
this_instance:AttributeMenu (nil, nil, nil, nil, nil, nil, nil, true)
|
||||
this_instance:AttributeMenu (nil, nil, 3)
|
||||
this_instance:AttributeMenu (nil, nil, 4)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user