Skip to content

Commit

Permalink
re-add this
Browse files Browse the repository at this point in the history
  • Loading branch information
Daenarys committed Jun 22, 2024
1 parent f6772eb commit 37c03fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RazerNaga/RazerNaga.lua
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ function RazerNaga:Load()
self:UpdateMinimapButton()

--show auto binder dialog, if fist load of this profile

if self:IsFirstLoad() then
self.AutoBinder:ShowEnableAutoBindingsDialog()
self:SetFirstLoad(false)

end
end

--unload is called when we're switching profiles
Expand Down
2 changes: 1 addition & 1 deletion RazerNaga/autoBinder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ local function CreateEnableAutomaticBindingsPrompt()

local button1 = CreateFrame('Button', nil, f, 'StaticPopupButtonTemplate')
button1:SetText(YES)
button1:SetPoint("TOPRIGHT", desc, "BOTTOM", -6, -12);
button1:SetPoint("TOPRIGHT", desc, "BOTTOM", -6, -10);
button1:SetScript('OnClick', function() f:Hide() end)

local button2 = CreateFrame('Button', nil, f, 'StaticPopupButtonTemplate')
Expand Down

0 comments on commit 37c03fd

Please sign in to comment.