mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
f341aaff49
|
|
@ -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