Fixed #1658 - Menu Model icon defect for Dock

This commit is contained in:
Tuğçe Küçükoğlu 2021-10-12 12:19:52 +03:00
parent ac47a239a7
commit 21d3ee6fdf
6 changed files with 141 additions and 65 deletions

View file

@ -41,6 +41,10 @@ const DockSlots = [
{
name: "item",
description: "Custom content for the item."
},
{
name: "icon",
description: "Custom content for the item."
}
];