bugfix for title name setting
This commit is contained in:
parent
27eb4aa3c3
commit
330cc9c25d
@ -838,7 +838,7 @@ function update_list(contentToShow)
|
|||||||
fanmadePlayerCards = "Fan-Made Player Cards",
|
fanmadePlayerCards = "Fan-Made Player Cards",
|
||||||
fanmadeScenarios = "Fan-Made Scenarios"
|
fanmadeScenarios = "Fan-Made Scenarios"
|
||||||
}
|
}
|
||||||
UI.setValue("previewTitle", cleanName[contentToShow])
|
UI.setValue("title", "Downloadable Content: " .. cleanName[contentToShow])
|
||||||
|
|
||||||
-- addition of list items according to library file
|
-- addition of list items according to library file
|
||||||
local childrenTable = {}
|
local childrenTable = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user