diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2020-05-14 20:35:29 -0400 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2020-05-14 20:35:29 -0400 |
commit | 18f934efad19821bb2932ba687b2f3c42735add2 (patch) | |
tree | f1e8512ad44afa7325e4cf36b129037c8f604f06 /resources/res.qrc | |
parent | Show inline images (diff) | |
download | nheko-18f934efad19821bb2932ba687b2f3c42735add2.tar.xz |
Add un-encrypted warning icon for messages in encrypted rooms
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index 64a5b3cb..a57d0416 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -14,6 +14,8 @@ <file>icons/ui/double-tick-indicator@2x.png</file> <file>icons/ui/lock.png</file> <file>icons/ui/lock@2x.png</file> + <file>icons/ui/unlock.png</file> + <file>icons/ui/unlock@2x.png</file> <file>icons/ui/clock.png</file> <file>icons/ui/clock@2x.png</file> <file>icons/ui/checkmark.png</file> |