Skip to content

Commit

Permalink
Enable "auto accept role" by default
Browse files Browse the repository at this point in the history
  • Loading branch information
linaori committed Oct 8, 2022
1 parent 9b384ec commit e5e7515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local Memory = {
QueueTools = {
showGroupQueueFrame = false,
Automation = {
acceptRoleSelection = false,
acceptRoleSelection = true,
disableEntryButtonOnQueuePop = true,
disableEntryButtonOnCancel = true,
},
Expand Down

0 comments on commit e5e7515

Please sign in to comment.