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
|
@property
|
||||||
def warning_prefix(self):
|
def warning_prefix(self):
|
||||||
return "⚠️ "
|
return G.CONFIG.encryption_warning_sign
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def typing(self):
|
def typing(self):
|
||||||
|
|
Loading…
Reference in a new issue