removed unessesary comment

Signed-off-by: Ebbe <ebbe@ping-mee.de>
main
Ebbe Baß 2025-04-26 19:26:39 +02:00
parent 2af4bc8a7e
commit b79f2e8700
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}