Bold heading

merge-requests/21/head
Bob Mottram 2021-03-15 19:48:00 +00:00
parent 0462c38eb5
commit 440a0a7b80
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
if notifyJson.get('likedBy'):
if '##sent##' not in notifyJson['likedBy']:
notificationIcons += ''
titleStr = boxName.upper()
titleStr = '\033[1m' + boxName.upper() + '\033[0m'
if notificationIcons:
while len(titleStr) < 87 - len(notificationIcons):
titleStr += ' '