From 330cc9c25da0e31d3dcdf00227165872f3f755f3 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Sat, 14 Oct 2023 18:04:07 +0200 Subject: [PATCH] bugfix for title name setting --- src/core/Global.ttslua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Global.ttslua b/src/core/Global.ttslua index 31dbb110..8245b33f 100644 --- a/src/core/Global.ttslua +++ b/src/core/Global.ttslua @@ -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 = {}