mirror of https://gitlab.com/bashrc2/epicyon
Stray bracket
parent
f0d652f304
commit
bd46bdf8b8
|
@ -78,7 +78,7 @@ def _playNotificationSound(soundFilename: str, player='ffplay') -> None:
|
|||
|
||||
|
||||
def _desktopNotification(notificationType: str,
|
||||
title: str, message: str)) -> None:
|
||||
title: str, message: str) -> None:
|
||||
"""Shows a desktop notification
|
||||
"""
|
||||
if not notificationType:
|
||||
|
|
Loading…
Reference in New Issue