Skip to content

Commit

Permalink
Updated SUI version
Browse files Browse the repository at this point in the history
  • Loading branch information
muleyo committed Jul 14, 2024
1 parent 9435b35 commit 81041a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Config/_Install.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ function Module:OnEnable()
Button:SetPoint("CENTER", 0, 25)
Button:SetSize(100, 25)
Button:SetText("Start")
Button:SetNormalTexture("Interface\\Common\\bluemenu-main")
Button:SetNormalTexture([[Interface\Common\bluemenu-main]])
Button:GetNormalTexture():SetTexCoord(0.00390625, 0.87890625, 0.75195313, 0.83007813)
Button:GetNormalTexture():SetVertexColor(0.265, 0.320, 0.410, 1)
Button:SetHighlightTexture("Interface\\Common\\bluemenu-main")
Button:SetHighlightTexture([[Interface\Common\bluemenu-main]])
Button:GetHighlightTexture():SetTexCoord(0.00390625, 0.87890625, 0.75195313, 0.83007813)
Button:GetHighlightTexture():SetVertexColor(0.265, 0.320, 0.410, 1)
Button:SetScript("OnClick", function()
Expand Down
6 changes: 3 additions & 3 deletions Libs/SUIConfig/SUIConfigConfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ function SUIConfig:ResetConfig()
width = 10,
height = 10,
texture = {
normal = "Interface\\ChatFrame\\UI-ChatIM-SizeGrabber-Up",
highlight = "Interface\\ChatFrame\\UI-ChatIM-SizeGrabber-Up",
pushed = "Interface\\ChatFrame\\UI-ChatIM-SizeGrabber-Down"
normal = [[Interface\ChatFrame\UI-ChatIM-SizeGrabber-Up]],
highlight = [[Interface\ChatFrame\UI-ChatIM-SizeGrabber-Up]],
pushed = [[Interface\ChatFrame\UI-ChatIM-SizeGrabber-Down]]
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion SUI.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 40400
## Author: Syiana & Muleyo
## Version: 4.4.58
## Version: 4.4.59
## Title: |cffff00d5S|r|cff027bffUI|r
## Notes: Made with <3 by Syiana & Muleyo
## SavedVariables: SUIDB
Expand Down

0 comments on commit 81041a7

Please sign in to comment.