from retail

This commit is contained in:
Bunny67
2022-05-19 22:04:17 +03:00
parent 9465daedd8
commit e7e789686a
86 changed files with 9118 additions and 5486 deletions
+2 -2
View File
@@ -665,7 +665,7 @@ function RealTimeProfilingWindow:Init()
toggleButton:SetFrameLevel(statsFrame:GetFrameLevel() + 1)
toggleButton:SetHeight(20)
toggleButton:SetWidth(width)
toggleButton:SetText(L["Start"])
toggleButton:SetText(L["Start Now"])
toggleButton:SetScript("OnClick", function(self)
local parent = self:GetParent():GetParent()
if (not profileData.systems.time or profileData.systems.time.count ~= 1) then
@@ -764,7 +764,7 @@ function RealTimeProfilingWindow:Stop()
self:Hide()
self:ResetBars()
WeakAuras.StopProfile()
self.toggleButton:SetText(L["Start"])
self.toggleButton:SetText(L["Start Now"])
end
function RealTimeProfilingWindow:Toggle()