Use the configured warning sign in the buffer prefix
This commit is contained in:
parent
81be90c7c9
commit
7239d48b95
1 changed files with 1 additions and 1 deletions
|
@ -942,7 +942,7 @@ class RoomBuffer(object):
|
|||
|
||||
@property
|
||||
def warning_prefix(self):
|
||||
return "⚠️ "
|
||||
return G.CONFIG.encryption_warning_sign
|
||||
|
||||
@property
|
||||
def typing(self):
|
||||
|
|
Loading…
Reference in a new issue