View Single Post
08-11-18, 11:50 PM   #7
candrid
Premium Member
 
candrid's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 61
Originally Posted by Fizzlemizz View Post
SLASH_PANE1 = "/pane"
SlashCmdList.PANE = function(arg)
BottomPane:SetShown(not BottomPane:IsShown())
end
Sorry for my ignorance. How would I make it not show by default? I managed to replicate the toggle.
  Reply With Quote