revert flow directions icons to arrows

This commit is contained in:
Andrej730
2023-10-06 16:01:46 +05:00
parent 5922d08322
commit f08cbec747
@@ -24,8 +24,8 @@ from blenderbim.bim.module.system.data import SystemData, ObjectSystemData, Port
FLOW_DIRECTION_TO_ICON = {
"SOURCE": "REMOVE",
"SINK": "ADD",
"SOURCE": "FORWARD",
"SINK": "BACK",
"SOURCEANDSINK": "ARROW_LEFTRIGHT",
"NOTDEFINED": "CHECKBOX_DEHLT",
}