Changed the labels for "Mechanical" dropdown widgets
This commit is contained in:
parent
1c62b04b3d
commit
63c35139b7
1 changed files with 1 additions and 1 deletions
|
|
@ -464,7 +464,7 @@ class ModelWidgets(View):
|
|||
'HVACMechanical': self._build_mechanical(node),
|
||||
}
|
||||
|
||||
keys=["Natural","HVACMechanical","No ventilation"]
|
||||
keys=[("Natural", "Natural"), ("Mechanical", "HVACMechanical"), ("No ventilation", "No ventilation")]
|
||||
|
||||
for name, widget in ventilation_widgets.items():
|
||||
widget.layout.visible = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue