Mercurial > wow > skeletonkey
comparison SkeletonKey/UI.lua @ 10:e7977b336bf7
the refactor mess never ends
author | Nenue |
---|---|
date | Thu, 28 Jul 2016 17:37:49 -0400 |
parents | a2fc77fa4c73 |
children | f9c18c0a6377 |
comparison
equal
deleted
inserted
replaced
9:5555dc7090b8 | 10:e7977b336bf7 |
---|---|
162 local KeyBinder_OnHide = function() | 162 local KeyBinder_OnHide = function() |
163 KeyBinderImportLog:Hide() | 163 KeyBinderImportLog:Hide() |
164 end | 164 end |
165 | 165 |
166 local CloseButton_OnClick = function() | 166 local CloseButton_OnClick = function() |
167 db.showUI = false | 167 kb.db.showUI = false |
168 kb:Hide() | 168 kb:Hide() |
169 end | 169 end |
170 local CancelButton_OnClick = function() | 170 local CancelButton_OnClick = function() |
171 kb.RevertBindings() | 171 kb.RevertBindings() |
172 end | 172 end |