Skip to content

Commit 88560fa

Browse files
committed
v0.9.77
1 parent ad499b1 commit 88560fa

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

ImproveAny.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Interface-Cata: 40400
55
## Interface: 100207, 110000
66

7-
## Version: 0.9.76
7+
## Version: 0.9.77
88
## Title: ImproveAny by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
99
## Notes: Improve Any Ui or Frame
1010
## Author: D4KiR

ImproveAny_Cata.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Interface: 40400
2-
## Version: 0.9.76
2+
## Version: 0.9.77
33
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
44
## Notes: Improve Any Ui or Frame
55
## Author: D4KiR

ImproveAny_TBC.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Interface: 20504
2-
## Version: 0.9.76
2+
## Version: 0.9.77
33
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
44
## Notes: Improve Any Ui or Frame
55
## Author: D4KiR

ImproveAny_Vanilla.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Interface: 11502
2-
## Version: 0.9.76
2+
## Version: 0.9.77
33
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
44
## Notes: Improve Any Ui or Frame
55
## Author: D4KiR

ImproveAny_Wrath.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Interface: 30403
2-
## Version: 0.9.76
2+
## Version: 0.9.77
33
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
44
## Notes: Improve Any Ui or Frame
55
## Author: D4KiR

core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ function ImproveAny:Event(event, ...)
10161016
end
10171017
end
10181018

1019-
if ImproveAny:GetWoWBuild() == "CLASSIC" and ImproveAny:IsEnabled("IMPROVETRADESKILLFRAME", false) then
1019+
if ImproveAny:GetWoWBuild() == "CLASSIC" and ImproveAny:IsEnabled("IMPROVETRADESKILLFRAME", true) then
10201020
local function InitTSF()
10211021
if ImproveAny:GetWoWBuild() == "CLASSIC" then
10221022
TradeSkillFrame.hasMaterial = CreateFrame("CheckButton", "HasMaterial", TradeSkillFrame, "UICheckButtonTemplate")

settings.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ function ImproveAny:InitIASettings()
420420
IASettings:Hide()
421421
end
422422

423-
ImproveAny:SetVersion(AddonName, 136033, "0.9.76")
424-
IASettings.TitleText:SetText(format("ImproveAny |T136033:16:16:0:0|t v|cff3FC7EB%s", "0.9.76"))
423+
ImproveAny:SetVersion(AddonName, 136033, "0.9.77")
424+
IASettings.TitleText:SetText(format("ImproveAny |T136033:16:16:0:0|t v|cff3FC7EB%s", "0.9.77"))
425425
IASettings.CloseButton:SetScript(
426426
"OnClick",
427427
function()
@@ -512,7 +512,7 @@ function ImproveAny:InitIASettings()
512512
AddCheckBox(24, "ITEMLEVELBORDER", false, ImproveAny.UpdateILVLIcons)
513513
AddCategory("FRAMES")
514514
AddCheckBox(4, "WIDEFRAMES", false)
515-
AddCheckBox(4, "IMPROVETRADESKILLFRAME", false)
515+
AddCheckBox(4, "IMPROVETRADESKILLFRAME", true)
516516
AddSlider(4, "TOP_OFFSET", 116, ImproveAny.UpdateUIParentAttribute, 0.0, 1000.0, 5)
517517
AddSlider(4, "LEFT_OFFSET", 16, ImproveAny.UpdateUIParentAttribute, 16.0, 1000.0, 5)
518518
AddSlider(4, "PANEl_SPACING_X", 32, ImproveAny.UpdateUIParentAttribute, 10.0, 300.0, 1)

0 commit comments

Comments
 (0)