Skip to content

Commit

Permalink
forgot to add "RightButton" check to prevent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fuba82 committed Feb 5, 2023
1 parent ac936e3 commit 743dcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HandyNotes_WorldMapButton.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ local function btnOnClick(self, button)
db.enabled = true
HandyNotes:Enable();
end
else
elseif button == "RightButton" then
LibStub("AceConfigDialog-3.0"):Open("HandyNotes")
end
SetIconTexture();
Expand Down

0 comments on commit 743dcf7

Please sign in to comment.