Use icon available in classic

This commit is contained in:
robin 2021-05-22 10:26:22 +02:00
parent 219ee21c39
commit e5cacb39c0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ end
child['ldb'] = { -- https://github.com/tekkub/libdatabroker-1-1/wiki/Data-Specifications
['type'] = 'launcher', -- required: 'data source' or 'launcher'
['text'] = childName, -- required/optional for launcher
['icon'] = 'Interface\\Icons\\Achievement_ChallengeMode_Gold', -- optional/required for launcher
['icon'] = 'Interface\\Icons\\INV_Scroll_03', -- optional/required for launcher
['OnClick'] = OnClick, -- optional/required for launcher
['OnTooltipShow'] = OnTooltipShow, -- optional
}