From b79f2e87007df47a7ea32a0cfe97354a900cbba9 Mon Sep 17 00:00:00 2001 From: Ebbe Date: Sat, 26 Apr 2025 19:26:39 +0200 Subject: [PATCH] removed unessesary comment Signed-off-by: Ebbe --- custom notifications.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom notifications.lua b/custom notifications.lua index c3d5f97..da0bcb2 100644 --- a/custom notifications.lua +++ b/custom notifications.lua @@ -27,7 +27,7 @@ local function main(display_handle, args) local messageTable = { title = "Notification!", message = tostring(message), - timeout = timeout * 1000, -- convert seconds to milliseconds + timeout = timeout * 1000, timeoutResultCancel = false, timeoutResultID = 99, }