vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <Bindings> |
2 | <Binding name="Toggle Recap" header="RECAP"> |
||
3 | if RecapFrame:IsShown() then |
||
4 | RecapFrame_Hide() |
||
5 | else |
||
6 | RecapFrame_Show() |
||
7 | end |
||
8 | </Binding> |
||
9 | <Binding name="Toggle Last/All Fights"> |
||
10 | Recap_ToggleView() |
||
11 | </Binding> |
||
12 | <Binding name="Options"> |
||
13 | if RecapOptFrame:IsShown() then |
||
14 | RecapOptFrame:Hide() |
||
15 | else |
||
16 | RecapOptFrame:Show() |
||
17 | end |
||
18 | </Binding> |
||
19 | </Bindings> |