Skip to content

Commit

Permalink
make quest item bar default to disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Jan 31, 2022
1 parent b540d48 commit 19c865d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
___
### 2.7.2
Improved Media loading\
Made Quest Item Bar disabled by default, if you still want to use it simply enable it in Eltruism > Quests\
Updated the Party/Raid sound selection, now any sound can be selected\
Updated many functions, decreasing their cpu/memory use\
Added an option to disable the Party/Raid death sound during battlegrounds and arenas\
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/Settings/Profile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ P.ElvUI_EltreumUI = {
combatenable = false,
autoaccept = false,
autoacceptinvert = false,
questitems = true,
questitems = false,
questitemsbar1 = true,
questitemsize = 36,
questitemsfade = false,
Expand Down

0 comments on commit 19c865d

Please sign in to comment.