Skip to content

T-Notify v1.4.1 - Update Persistent Notifications

Compare
Choose a tag to compare
@TasoOneAsia TasoOneAsia released this 29 Apr 00:43
· 16 commits to master since this release

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