Don't show indicators

main
Bob Mottram 2021-03-24 17:24:22 +00:00
parent 16a93ac74d
commit 2466b8cbb2
1 changed files with 4 additions and 5 deletions

View File

@ -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):