mirror of https://gitlab.com/bashrc2/epicyon
Show content after bookmark
parent
47c39b408b
commit
681cb126ee
|
@ -707,7 +707,7 @@ def _desktopShowBox(boxName: str, boxJson: {},
|
|||
if postJsonObject['object'].get('ignores'):
|
||||
content = '🔇'
|
||||
if postJsonObject['object'].get('bookmarks'):
|
||||
content = '🔖'
|
||||
content = '🔖' + content
|
||||
print(indent + str(posStr) + ' | ' + name + ' | ' +
|
||||
published + ' | ' + content)
|
||||
ctr += 1
|
||||
|
|
Loading…
Reference in New Issue