Add childGroups arg [8] for type group

This commit is contained in:
rilgamon 2021-04-03 12:20:02 +02:00
parent d754a39aaf
commit 5b6f7969c3
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
local lib = LibStub:NewLibrary("zzConfig", 3)
local lib = LibStub:NewLibrary("zzConfig", 4)
if not lib then return end
local ldb = LibStub:GetLibrary("LibDataBroker-1.1")
local ldbicon = LibStub:GetLibrary("LibDBIcon-1.0")
@ -120,6 +120,7 @@ function lib:AddConfigEntry(options, ...)
elseif(input[2] == 'group') then
menu['inline'] = input[7]
menu['handler'] = input[6]
menu['childGroups'] = input[8]
menu['args'] = {
['description'] = {
['name'] = input[4],