This commit is contained in:
Sumsebrum 2021-07-26 17:32:25 +02:00
parent 751e84c61d
commit d44ac29f43

View File

@ -97,9 +97,6 @@ end
function ShadowsightTimer:UpdateFrameOnce() function ShadowsightTimer:UpdateFrameOnce()
self.timerFrame:EnableMouse(not Gladdy.db.shadowsightTimerLocked) self.timerFrame:EnableMouse(not Gladdy.db.shadowsightTimerLocked)
end
function ShadowsightTimer:UpdateFrame()
if Gladdy.db.shadowsightTimerEnabled then if Gladdy.db.shadowsightTimerEnabled then
self.timerFrame:SetScale(Gladdy.db.shadowsightTimerScale) self.timerFrame:SetScale(Gladdy.db.shadowsightTimerScale)
self.timerFrame:ClearAllPoints() self.timerFrame:ClearAllPoints()