From 34caf5586f4c0c91e050290cad59b5fbba66ec6c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sat, 10 Jun 2017 00:08:40 +0100 Subject: [PATCH] adds mx_filterFlipColor so that the dark theme will invert this image making it more suitable for the said theme Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/rooms/RoomSettings.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/views/rooms/RoomSettings.js b/src/components/views/rooms/RoomSettings.js index 997c451aa0..b8aafca1a3 100644 --- a/src/components/views/rooms/RoomSettings.js +++ b/src/components/views/rooms/RoomSettings.js @@ -576,26 +576,24 @@ module.exports = React.createClass({ { _t('Never send encrypted messages to unverified devices in this room from this device') }. ; - if (!isEncrypted && - roomState.mayClientSendStateEvent("m.room.encryption", cli)) { + if (!isEncrypted && roomState.mayClientSendStateEvent("m.room.encryption", cli)) { return (