We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5179d7 commit 07e4543Copy full SHA for 07e4543
modules/IndicatorIcons.lua
@@ -6,7 +6,7 @@ local wipe = wipe
6
local pairs = pairs
7
local ipairs = ipairs
8
local format = string.format
9
-local ICON_TEMPLATE = Grid2.isWoW90 and "BackdropTemplate" or nil
+local ICON_TEMPLATE = (not Grid2.isVanilla) and "BackdropTemplate" or nil
10
11
local function Icon_Create(self, parent)
12
local f = self:CreateFrame("Frame", parent)
0 commit comments