core/desktop: Use default server timeout
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
parent
2cfeeca3e2
commit
96936946fa
@ -13,7 +13,7 @@ class BaseDesktopNotification:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, title, body, icon="dialog-information", urgency=1,
|
def __init__(self, title, body, icon="dialog-information", urgency=1,
|
||||||
timeout=0, log_level=logging.WARNING):
|
timeout=-1, log_level=logging.WARNING):
|
||||||
self.title = title
|
self.title = title
|
||||||
self.body = body
|
self.body = body
|
||||||
self.icon = icon
|
self.icon = icon
|
||||||
|
Loading…
Reference in New Issue
Block a user