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