Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkthnx committed Aug 20, 2024
1 parent 56edfc3 commit ca11024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ local UseCustomFlyout = WoWRetail

local KeyBound = LibStub("LibKeyBound-1.0", true)
local CBH = LibStub("CallbackHandler-1.0")
local LCG = LibStub("LibCustomGlow-1.0-NDui", true) -- NDui: use LCG mod
local LCG = LibStub("LibCustomGlow-1.0-KkthnxUI", true) -- NDui: use LCG mod
local Masque = LibStub("Masque", true)

lib.eventFrame = lib.eventFrame or CreateFrame("Frame")
Expand Down
2 changes: 1 addition & 1 deletion KkthnxUI/Libraries/LibCustomGlow-1.0/LibCustomGlow-1.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if not lib then
end
local Masque = LibStub("Masque", true)

local fallbackLevel = 0 -- KkthnxUI: decreased from 8
local fallbackLevel = 2 -- KkthnxUI: decreased from 8
local isRetail = WOW_PROJECT_ID == WOW_PROJECT_MAINLINE
local textureList = {
empty = [[Interface\AdventureMap\BrokenIsles\AM_29]],
Expand Down

0 comments on commit ca11024

Please sign in to comment.