bugfix for title name setting

This commit is contained in:
Chr1Z93 2023-10-14 18:04:07 +02:00
parent 27eb4aa3c3
commit 330cc9c25d

View File

@ -838,7 +838,7 @@ function update_list(contentToShow)
fanmadePlayerCards = "Fan-Made Player Cards",
fanmadeScenarios = "Fan-Made Scenarios"
}
UI.setValue("previewTitle", cleanName[contentToShow])
UI.setValue("title", "Downloadable Content: " .. cleanName[contentToShow])
-- addition of list items according to library file
local childrenTable = {}