Skip to content

Commit

Permalink
Minimap - Updated Queue status and expansion button defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Sep 8, 2024
1 parent 90c75b9 commit 2117e75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Modules/Minimap/Minimap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ local BaseSettings = {
-- Queue Status (LFG eye)
queueStatus = {
enabled = true,
position = 'BOTTOMLEFT,Minimap,BOTTOMLEFT,-2,2',
scale = 1,
position = 'BOTTOMLEFT,Minimap,BOTTOMLEFT,-15,45',
scale = 0.85,
},

--Expansion Button
expansionButton = {
position = 'BOTTOMLEFT,Minimap,BOTTOMLEFT,-20,-10',
scale = 1,
position = 'BOTTOMLEFT,Minimap,BOTTOMLEFT,0,0',
scale = 0.6,
},

-- Addon Buttons
Expand Down

0 comments on commit 2117e75

Please sign in to comment.