-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
378 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<Bindings> | ||
<Binding name="REFLEXOPEN" header="REFLEXB"> | ||
if not REFlex:IsVisible() then | ||
REFlex:Show() | ||
if not REFlexFrame:IsVisible() then | ||
REFlexFrame:Show() | ||
else | ||
REFlex:Hide() | ||
REFlexFrame:Hide() | ||
end | ||
</Binding> | ||
</Bindings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
All Rights Reserved unless otherwise explicitly stated. | ||
Copyright (c) 2013-2017 Paweł Jastrzębski <[email protected]> | ||
Copyright (c) 2013-2018 Paweł Jastrzębski <[email protected]> |
Oops, something went wrong.