Details
Description
It is possible to set icon in model, but images are taken from sysui assets folder.
Something like this might be used for ToolButton inside component: icon.source: Paths.getImagePath(model.icon + (Style.theme === Style.Dark ? "-dark.png" : ".png"))