mirror of https://gitlab.com/bashrc2/epicyon
Don't show indicators
parent
16a93ac74d
commit
2466b8cbb2
|
@ -896,11 +896,10 @@ def _desktopShowBox(indent: str,
|
|||
else:
|
||||
boxNameStr = boxName
|
||||
titleStr = _highlightText(boxNameStr.upper())
|
||||
|
||||
if newDMs:
|
||||
notificationIcons += ' 📩'
|
||||
if newReplies:
|
||||
notificationIcons += ' 📨'
|
||||
# if newDMs:
|
||||
# notificationIcons += ' 📩'
|
||||
# if newReplies:
|
||||
# notificationIcons += ' 📨'
|
||||
|
||||
if notificationIcons:
|
||||
while len(titleStr) < 95 - len(notificationIcons):
|
||||
|
|
Loading…
Reference in New Issue