Skip to content

Commit

Permalink
Retail: Removed checkbox in compartment text/icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnpsp committed May 3, 2023
1 parent 6fcda42 commit adf7651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KiwiFarm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,7 @@ addon:SetScript("OnEvent", function(frame, event, name)
text = "KiwiFarm",
icon = "Interface\\AddOns\\KiwiFarm\\KiwiFarm.tga",
registerForAnyClick = true,
notCheckable = true,
func = function(_,_,_,_,button)
if button == 'RightButton' then
addon:ShowMenu()
Expand Down

0 comments on commit adf7651

Please sign in to comment.