Switch ldb type to launcher

This commit is contained in:
robin 2021-05-01 11:55:46 +02:00
parent d9ef96c2de
commit 18de76b222
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ local function OnTooltipShow(tip)
tip:AddLine(childName)
end
child['ldb'] = { -- https://github.com/tekkub/libdatabroker-1-1/wiki/Data-Specifications
['type'] = 'data source', -- required: 'data source' or 'launcher'
['type'] = 'launcher', -- required: 'data source' or 'launcher'
['text'] = childName, -- required/optional for launcher
['icon'] = 'Interface\\Icons\\INV_Misc_Bag_10_Blue', -- optional/required for launcher
['OnClick'] = OnClick, -- optional/required for launcher