Nameplate Overhaul (#38)
* ElvUI/NamePlates: initial nameplate conversions * More nameplate work * Modules/Cooldowns: various CD fixes, nameplates cant show 'swipe' texture * ElvUI/NamePlates: final nameplate polish * Modules/Misc: add space before interrupted announcement
This commit is contained in:
+1
-1
@@ -346,7 +346,7 @@ function AddOn:ToggleOptionsUI(msg)
|
||||
if not IsAddOnLoaded("ElvUI_OptionsUI") then noConfig = true end
|
||||
|
||||
-- version check elvui options if it's actually enabled
|
||||
if (not noConfig) and GetAddOnMetadata("ElvUI_OptionsUI", "Version") ~= "1.06" then
|
||||
if (not noConfig) and GetAddOnMetadata("ElvUI_OptionsUI", "Version") ~= "1.10" then
|
||||
self:StaticPopup_Show("CLIENT_UPDATE_REQUEST")
|
||||
end
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user