mirror of https://gitlab.com/bashrc2/epicyon
Handle no notifications
parent
4c794b0155
commit
058b88577c
|
@ -409,6 +409,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
|
|||
_clearScreen()
|
||||
_showDesktopBanner()
|
||||
notificationIcons = ''
|
||||
if notifyJson:
|
||||
if notifyJson.get('followRequests'):
|
||||
notificationIcons += '👤'
|
||||
if notifyJson.get('dm'):
|
||||
|
|
Loading…
Reference in New Issue