CommunityDKP

CommunityDKP

194k Downloads

Change default column sorting to DKP

Anonomit opened this issue ยท 1 comments

commented

I think that more users prefer to sort by DKP than Class.
The change would be made in Core.lua.
Current:

core.currentSort = "class"

Proposed:

core.currentSort = "dkp"
commented

This and #26 should be combined. I'm ok with changing the default to DKP, but instead if should read from the core.DB.settings for a new setting that keeps the currently selected sort from a previous sort.