mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-03-01 14:43:02 +01:00
Fix load tile headline for H2
This commit is contained in:
parent
10f124368d
commit
477d34696d
@ -191,16 +191,18 @@
|
||||
"select": {
|
||||
"replace-children": {
|
||||
"target": "headline_container",
|
||||
"children": {
|
||||
"view": "menu3.basic.HeadlineElement",
|
||||
"selectable": false,
|
||||
"pressable": false,
|
||||
"data": {
|
||||
"header": "",
|
||||
"title": "$loc UI_DIALOG_LOAD_GAME",
|
||||
"typeicon": "load"
|
||||
"children": [
|
||||
{
|
||||
"view": "menu3.basic.HeadlineElement",
|
||||
"selectable": false,
|
||||
"pressable": false,
|
||||
"data": {
|
||||
"header": "",
|
||||
"title": "$loc UI_DIALOG_LOAD_GAME",
|
||||
"typeicon": "load"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"deselect": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user