Skip to content

Commit

Permalink
after the initial opening, the frame wouldnt be skinned, so remove th…
Browse files Browse the repository at this point in the history
…e call to the function, skin looks fine this way imo
  • Loading branch information
Repooc committed Sep 7, 2024
1 parent 8a7fdd2 commit 2c4a9cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AddOnSkins/Skins/AddOns/Simulationcraft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ function R:Simulationcraft()
local Simulationcraft = LibStub("AceAddon-3.0"):GetAddon("Simulationcraft")
hooksecurefunc(Simulationcraft, 'GetMainFrame', function()
if not SimcFrame.isSkinned then
S:HandleFrame(SimcFrame)
S:HandleButton(SimcFrameButton)
S:HandleScrollBar(SimcScrollFrameScrollBar)
end
Expand Down

0 comments on commit 2c4a9cb

Please sign in to comment.