mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Bugfixes: removed hard nil val checks from toolkit.lua fixed few mismatches causing crashes
This commit is contained in:
@@ -47,6 +47,7 @@ function S:SetOriginalBackdrop()
|
||||
end
|
||||
|
||||
function S:HandleButton(f, strip, isDeclineButton)
|
||||
if not f then return end
|
||||
local name = f:GetName()
|
||||
if name then
|
||||
local left = _G[name.."Left"]
|
||||
|
||||
Reference in New Issue
Block a user