Change the information about the timeout. If the timeout is 0, it's up to the server to determine what to do (which should be urgency and type-specific)
This commit is contained in:
parent
25e119c21b
commit
a52bde5491
|
@ -75,8 +75,9 @@ A notification has the following components:
|
|||
|
||||
- A timeout: the time in milliseconds after which the notification
|
||||
should be hidden (FIXME: should this be a function of text length
|
||||
to accommodate different reading speeds?). If zero the notification
|
||||
stays on-screen indefinitely (persistent notifications).
|
||||
to accommodate different reading speeds?). If zero, the notification's
|
||||
timeout is dependent on the notification server's settings, and may vary
|
||||
for the type of notification.
|
||||
|
||||
The timeout should be respected by implementations, but this is not
|
||||
required (this is for compatibility with KNotify).
|
||||
|
|
Loading…
Reference in New Issue