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: else:
boxNameStr = boxName boxNameStr = boxName
titleStr = _highlightText(boxNameStr.upper()) titleStr = _highlightText(boxNameStr.upper())
# if newDMs:
if newDMs: # notificationIcons += ' 📩'
notificationIcons += ' 📩' # if newReplies:
if newReplies: # notificationIcons += ' 📨'
notificationIcons += ' 📨'
if notificationIcons: if notificationIcons:
while len(titleStr) < 95 - len(notificationIcons): while len(titleStr) < 95 - len(notificationIcons):