View Single Post
10-16-20, 06:01 PM   #2
DahkCeles
A Cliff Giant
 
DahkCeles's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2020
Posts: 73
Lua Code:
  1. if (not KeyBindingFrame) then
  2.     KeyBindingFrame_LoadUI()
  3. end
  4. KeyBindingFrame:Show()
  Reply With Quote