mirror of https://gitlab.com/bashrc2/epicyon
Indicate unlocked message
parent
257a8502f9
commit
f10b71a132
|
@ -549,6 +549,8 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
|||
if speakerJson.get('content'):
|
||||
if not encryptedMessage:
|
||||
content = speakerJson['content']
|
||||
else:
|
||||
content = '🔓 ' + messageStr
|
||||
|
||||
# say the speaker's name
|
||||
_sayCommand(nameStr, nameStr, screenreader,
|
||||
|
|
Loading…
Reference in New Issue