vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <Binding name="Options" header="LOOTTRACKER">
3 if (LT_SettingsUI:IsShown()) then
4 HideUIPanel(LT_SettingsUI);
5 else
6 ShowUIPanel(LT_SettingsUI);
7 end
8 </Binding>
9 </Bindings>