Use the configured warning sign in the buffer prefix

This commit is contained in:
Yuri D'Elia 2020-11-20 18:04:19 +01:00
parent 81be90c7c9
commit 7239d48b95

View file

@ -942,7 +942,7 @@ class RoomBuffer(object):
@property
def warning_prefix(self):
return "⚠️ "
return G.CONFIG.encryption_warning_sign
@property
def typing(self):