Skip to content

Commit

Permalink
Do not hide/show window on setting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Slivo-fr committed May 8, 2021
1 parent cebc8ab commit 8c117f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tranqRotate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function TranqRotate:init()
TranqRotate:initGui()
TranqRotate:updateRaidStatus()
TranqRotate:applySettings()
TranqRotate:updateDisplay()
TranqRotate:updateDragAndDrop()

TranqRotate:initComms()
Expand All @@ -53,8 +54,6 @@ function TranqRotate:applySettings()
TranqRotate.mainFrame:SetPoint("CENTER", UIParent, "CENTER", 0, 0)
end

TranqRotate:updateDisplay()

TranqRotate.mainFrame:EnableMouse(not TranqRotate.db.profile.lock)
TranqRotate.mainFrame:SetMovable(not TranqRotate.db.profile.lock)
end
Expand Down

0 comments on commit 8c117f7

Please sign in to comment.