added icon attribute to Creator class

This commit is contained in:
iLLiCiTiT 2021-09-03 17:08:01 +02:00
parent d69f94b849
commit 8289e93453

View file

@ -188,6 +188,9 @@ class Creator(BaseCreator):
# Label shown in UI
label = None
# Icon shown in UI
icon = None
# Short description of family
description = None