T-Notify v1.4.1 - Update Persistent Notifications
Features
- Update an existing persistent notification using the step
update
(Courtesy of @emileet). Here is an example:
exports['t-notify']:Persist({
id = 'uniquePersistId',
step = 'update',
options = {
style = 'info',
title = 'Notification with an Image',
message = 'Updated item',
sound = true,
position = 'top-left'
}
})
Tweaks
- Slight tweaked the update script visuals