mirror of https://gitlab.com/bashrc2/epicyon
Don't show indicators
parent
16a93ac74d
commit
2466b8cbb2
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue