1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Fix tasklist

This commit is contained in:
Bluerock 2020-03-20 09:30:00 -04:00
parent d45009d1aa
commit 79948a0e70

View File

@ -249,7 +249,7 @@ local function redraw_tasks(data, enabled)
parent.add({type = 'flow'}).add {
type = 'sprite-button',
name = delete_task_button_name,
sprite = 'utility/remove',
sprite = 'utility/trash',
tooltip = delete_button_tooltip
}
delete_button.enabled = enabled