Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kir92 committed Dec 27, 2023
1 parent 8ea5425 commit ee16c70
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DarkMode.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Interface-Wrath: 30403
## Interface: 100200

## Version: 0.4.3
## Version: 0.4.4
## Title: DarkMode by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion DarkMode_TBC.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 20504
## Version: 0.4.3
## Version: 0.4.4
## Title: DarkMode |T136122:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion DarkMode_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 11500
## Version: 0.4.3
## Version: 0.4.4
## Title: DarkMode |T136122:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion DarkMode_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 30403
## Version: 0.4.3
## Version: 0.4.4
## Title: DarkMode |T136122:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
8 changes: 8 additions & 0 deletions core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,16 @@ function DarkMode:SearchFrames()
end
end

local foundAuctionator = false
local foundExpansion = false
function DarkMode:SearchAddons()
if AuctionatorAHTabsContainer ~= nil and AuctionatorAHTabsContainer.Tabs ~= nil and foundAuctionator == false then
foundAuctionator = true
for i, v in pairs(AuctionatorAHTabsContainer.Tabs) do
DarkMode:FindTextures(v, "frames")
end
end

for index, name in pairs(DarkMode:GetFrameAddonsTable()) do
for i, v in pairs(DarkMode:GetDMRepeatingFrames()) do
DarkMode:FindTexturesByName(name .. v, "frames")
Expand Down
2 changes: 1 addition & 1 deletion settings.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local _, DarkMode = ...
local config = {
["title"] = format("DarkMode |T136122:16:16:0:0|t v|cff3FC7EB%s", "0.4.3")
["title"] = format("DarkMode |T136122:16:16:0:0|t v|cff3FC7EB%s", "0.4.4")
}

local searchStr = ""
Expand Down

0 comments on commit ee16c70

Please sign in to comment.