From e0cae8b418bb43cc46c825137d69e6939409058d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 15 Dec 2020 22:41:34 +0100 Subject: [PATCH] buffer: The encryption warning sign is in the look section. --- matrix/buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/buffer.py b/matrix/buffer.py index 87b76d1..70049a9 100644 --- a/matrix/buffer.py +++ b/matrix/buffer.py @@ -942,7 +942,7 @@ class RoomBuffer(object): @property def warning_prefix(self): - return G.CONFIG.encryption_warning_sign + return G.CONFIG.look.encryption_warning_sign @property def typing(self):