Skip to content

Commit

Permalink
- mentioned variables for position of TipTac anchor in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
frozn committed May 20, 2024
1 parent 19bc271 commit 39950fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TipTac/ttCore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ local cfg;

-- default config
local TT_DefaultConfig = {
-- TipTac anchor
left = nil, -- set during event ADDON_LOADED
top = nil, -- set during event ADDON_LOADED

-- general
showMinimapIcon = true,
minimapConfig = {}, -- set in LibDBIcon-1.0
Expand Down

0 comments on commit 39950fa

Please sign in to comment.