pygui: added simple black dot image to represent shadowed nodes in gui
This commit is contained in:
parent
acaef00087
commit
cba86a3da7
3 changed files with 2 additions and 1 deletions
|
@ -90,6 +90,7 @@ class ImageEnum(Enum):
|
|||
SHUTDOWN = "shutdown"
|
||||
CANCEL = "cancel"
|
||||
ERROR = "error"
|
||||
SHADOW = "shadow"
|
||||
|
||||
|
||||
class TypeToImage:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue