Skip to content

Commit d3e12ac

Browse files
Update title visibility condition to only hide blank text
1 parent 4d77581 commit d3e12ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/optionalpack/ui/hud_screen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
{
1010
"binding_type": "view",
11-
"source_property_name": "((#text - ' ') = #text)",
11+
"source_property_name": "((('%02s' * #text) = #text) or ((#text - ' ') = #text))",
1212
"target_property_name": "#visible"
1313
}
1414
]

0 commit comments

Comments
 (0)