parent
2af4bc8a7e
commit
b79f2e8700
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue