1
0
Fork 0

Added more sorting stuff.

This commit is contained in:
Andrew Tomaka 2011-09-21 01:32:59 -04:00
parent 10449cd7cb
commit 3a5412ba73
1 changed files with 35 additions and 22 deletions

View File

@ -18,6 +18,11 @@ local defaults = {
local options = {
name = 'ChoreTracker',
type = 'group',
args = {
general = {
name = 'Settings',
type = 'group',
order = 1,
args = {
minimap = {
name = 'Hide Minimap Icon',
@ -43,6 +48,14 @@ local options = {
set = function(info, value) db.profile.sortDirection = value end,
},
},
},
instances = {
name = 'Instances',
type = 'group',
order = 2,
args = { },
}
},
}
local classColors = {}