mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-30 04:30:58 +02:00
Brainfarted, forgot to change a variable
This commit is contained in:
parent
5ac2f66e2a
commit
dabb86541d
@ -41,7 +41,7 @@ local function show_popup(player, message, title_text, sprite_path)
|
||||
title_flow.style.top_padding = 8
|
||||
title_flow.style.horizontally_stretchable = true
|
||||
|
||||
local title = title_flow.add {type = 'label', caption = title}
|
||||
local title = title_flow.add {type = 'label', caption = title_text}
|
||||
title.style.font = 'default-large-bold'
|
||||
|
||||
local close_button_flow = top_flow.add {type = 'flow'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user