From 92a7c71d7f4ab1b25fea76e540a26fd2133c40ad Mon Sep 17 00:00:00 2001 From: Athozus Date: Thu, 23 Feb 2023 11:37:23 +0100 Subject: [PATCH] Remove comment on selected_idxs test (show_sent) --- gui.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui.lua b/gui.lua index 0651daf..f1f71c7 100644 --- a/gui.lua +++ b/gui.lua @@ -172,10 +172,10 @@ function mail.show_sent(name) end end end - --if selected_idxs.messages[name] then - -- formspec[#formspec + 1] = ";" - -- formspec[#formspec + 1] = tostring(selected_idxs.messages[name] + 1) - --end + if selected_idxs.messages[name] then + formspec[#formspec + 1] = ";" + formspec[#formspec + 1] = tostring(selected_idxs.messages[name] + 1) + end formspec[#formspec + 1] = "]" end end