mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
b48b02e64d
|
|
@ -409,6 +409,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
|
||||||
_clearScreen()
|
_clearScreen()
|
||||||
_showDesktopBanner()
|
_showDesktopBanner()
|
||||||
notificationIcons = ''
|
notificationIcons = ''
|
||||||
|
if notifyJson:
|
||||||
if notifyJson.get('followRequests'):
|
if notifyJson.get('followRequests'):
|
||||||
notificationIcons += '👤'
|
notificationIcons += '👤'
|
||||||
if notifyJson.get('dm'):
|
if notifyJson.get('dm'):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue