Skip to content

Commit

Permalink
10.1 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Apr 22, 2023
1 parent 4ee1bba commit 5db5581
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions tullaRange/tullaRange.lua
Original file line number Diff line number Diff line change
Expand Up @@ -532,3 +532,9 @@ end

-- load the addon
Addon:OnLoad()

_G[AddonName .. '_Launch'] = function()
if LoadAddOn(AddonName .. '_Config') then
Settings.OpenToCategory(AddonName)
end
end
4 changes: 3 additions & 1 deletion tullaRange/tullaRange.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100005
## Interface: 100100
## Interface-BCC: 20504
## Interface-Classic: 11403
## Interface-Wrath: 30401
Expand All @@ -8,4 +8,6 @@
## Notes-ruRU: Аддон, который позволяет полностью менять цвет кнопок действий
## Version: @project-version@
## SavedVariables: TULLARANGE_COLORS
## IconTexture: Interface/Icons/Inv_misc_punchcards_red
## AddonCompartmentFunc: tullaRange_Launch
tullaRange.lua
3 changes: 2 additions & 1 deletion tullaRange_Config/tullaRange_Config.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100005
## Interface: 100100
## Interface-BCC: 20504
## Interface-Classic: 11403
## Interface-Wrath: 30401
Expand All @@ -7,6 +7,7 @@
## Author: Tuller
## Dependencies: tullaRange
## LoadOnDemand: 1
## IconTexture: Interface/Icons/Inv_misc_punchcards_red
localization\localization.xml
widgets\widgets.xml
colorOptions.lua

0 comments on commit 5db5581

Please sign in to comment.