Added more sorting stuff.
This commit is contained in:
parent
10449cd7cb
commit
3a5412ba73
1 changed files with 35 additions and 22 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in a new issue