Skip to content

Commit

Permalink
toggle button is part of frame now and does not need to be individual…
Browse files Browse the repository at this point in the history
…ly hidden
  • Loading branch information
Ketrel committed Dec 17, 2024
1 parent 9ab59a7 commit 05ff897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions IWalkAlone/IWalkAlone.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 100105
## Interface: 110007
## Title: I Walk Alone
## Author: Marq
## Version: 3.6.0
## Version: 4.0.7
## SavedVariablesPerCharacter: IWalkAlone
core.lua
4 changes: 2 additions & 2 deletions IWalkAlone/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

function IWA:hideManager()
CompactRaidFrameManager:SetAlpha(0)
CompactRaidFrameManagerToggleButton:Hide()
--CompactRaidFrameManagerToggleButton:Hide()
end

function IWA:showManager()
CompactRaidFrameManager:SetAlpha(1)
CompactRaidFrameManagerToggleButton:Show()
--CompactRaidFrameManagerToggleButton:Show()
end

function IWA:toggleManager(msg, editBox, hc)
Expand Down

0 comments on commit 05ff897

Please sign in to comment.