Skip to content

Commit

Permalink
Disable by default to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Elv-Tukui committed Jan 5, 2025
1 parent b572d28 commit 974ec75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ElvUI/Core/Defaults/Profile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ P.nameplates = {
},
},
enviromentConditions = {
enemyEnabled = true,
enemyEnabled = false,
enemy = {
dungeons = true,
raids = true,
Expand All @@ -982,7 +982,7 @@ P.nameplates = {
resting = true,
world = true,
},
friendlyEnabled = true,
friendlyEnabled = false,
friendly = {
dungeons = false,
raids = false,
Expand All @@ -991,7 +991,7 @@ P.nameplates = {
resting = true,
world = true,
},
stackingEnabled = true,
stackingEnabled = false,
stackingNameplates = {
dungeons = true,
raids = true,
Expand Down

0 comments on commit 974ec75

Please sign in to comment.