Skip to content

Commit

Permalink
FriendsMicroButton is now QuickJoinToastButton (fixes #12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanx committed Oct 26, 2016
1 parent 1927160 commit c1fc71f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Version 7.1.0.0

* Updated for WoW 7.1
* Fixed an error caused by Blizzard renaming the chat frame friends button

### Version 7.0.3.0

* Updated for WoW 7.0.3
Expand Down
8 changes: 4 additions & 4 deletions Modules/HideButtons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ function PhanxChat:SetHideButtons(v)
ChatFrameMenuButton:SetScript("OnShow", ChatFrameMenuButton.Hide)
ChatFrameMenuButton:Hide()

FriendsMicroButton:SetScript("OnShow", FriendsMicroButton.Hide)
FriendsMicroButton:Hide()
QuickJoinToastButton:SetScript("OnShow", QuickJoinToastButton.Hide)
QuickJoinToastButton:Hide()

if not self.hooks.BN_TOAST_LEFT_OFFSET then
self.hooks.BN_TOAST_LEFT_OFFSET = BN_TOAST_LEFT_OFFSET
Expand All @@ -118,8 +118,8 @@ function PhanxChat:SetHideButtons(v)
ChatFrameMenuButton:SetScript("OnShow", nil)
ChatFrameMenuButton:Show()

FriendsMicroButton:SetScript("OnShow", nil)
FriendsMicroButton:Show()
QuickJoinToastButton:SetScript("OnShow", nil)
QuickJoinToastButton:Show()

if self.hooks.BN_TOAST_LEFT_OFFSET then
BN_TOAST_LEFT_OFFSET = self.hooks.BN_TOAST_LEFT_OFFSET
Expand Down
2 changes: 1 addition & 1 deletion PhanxChat.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 70000
## Interface: 70100
## Version: @project-version@

## Title: PhanxChat
Expand Down

0 comments on commit c1fc71f

Please sign in to comment.