Skip to content

Commit 487208c

Browse files
authored
Add context to custom sidebar (#54975)
Add context to custom sidebar label, so it won't collide with vehicle
1 parent b274dc4 commit 487208c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/json/ui/sidebar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "custom_sidebar",
44
"type": "widget",
55
"style": "sidebar",
6-
"label": "custom",
6+
"label": { "str": "custom", "ctxt": "UI sidebar" },
77
"width": 36,
88
"widgets": [
99
"hitpoints_all_narrow_graphs_layout",

0 commit comments

Comments
 (0)