From f27385d952a7400902a58e67d02a6089e2de6289 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Sun, 18 Feb 2024 19:52:40 +0100 Subject: More noticeable encryption type color and encryption status - added file changes-allow-symbolic from GTK Adwaita icon theme as dino-unencrypted.svg (licensed under LGPL3) --- main/src/ui/chat_input/encryption_button.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/src/ui/chat_input/encryption_button.vala') diff --git a/main/src/ui/chat_input/encryption_button.vala b/main/src/ui/chat_input/encryption_button.vala index 1f991338..2dd35ae9 100644 --- a/main/src/ui/chat_input/encryption_button.vala +++ b/main/src/ui/chat_input/encryption_button.vala @@ -72,7 +72,7 @@ public class EncryptionButton { } private void update_encryption_menu_icon() { - set_icon(conversation.encryption == Encryption.NONE ? "changes-allow-symbolic" : "changes-prevent-symbolic"); + set_icon(conversation.encryption == Encryption.NONE ? "dino-unencrypted" : "changes-prevent-symbolic"); } private void update_visibility() { @@ -111,4 +111,4 @@ public class EncryptionButton { } } -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf