From a01868a90154927429bce87fbaa522c79e4dda6f Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 11 Aug 2023 16:08:13 +0200 Subject: [PATCH] Redirect to email recovery on forgotten button. Change layout direction on chat call events. --- linphone-app/src/utils/Constants.hpp | 2 +- linphone-app/ui/modules/Linphone/Chat/Event.qml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/linphone-app/src/utils/Constants.hpp b/linphone-app/src/utils/Constants.hpp index 29e86686d..25cb2a5a6 100644 --- a/linphone-app/src/utils/Constants.hpp +++ b/linphone-app/src/utils/Constants.hpp @@ -62,7 +62,7 @@ public: static constexpr char DownloadUrl[] = "https://www.linphone.org/technical-corner/linphone"; static constexpr char VersionCheckReleaseUrl[] = "https://linphone.org/releases"; static constexpr char VersionCheckNightlyUrl[] = "https://linphone.org/snapshots"; - static constexpr char PasswordRecoveryUrl[] = "https://subscribe.linphone.org/login"; + static constexpr char PasswordRecoveryUrl[] = "https://subscribe.linphone.org/login/email"; static constexpr char CguUrl[] = "https://www.linphone.org/general-terms"; static constexpr char PrivatePolicyUrl[] = "https://www.linphone.org/privacy-policy"; static constexpr char ContactUrl[] = "https://www.linphone.org/contact"; diff --git a/linphone-app/ui/modules/Linphone/Chat/Event.qml b/linphone-app/ui/modules/Linphone/Chat/Event.qml index bdab26917..8201adc75 100644 --- a/linphone-app/ui/modules/Linphone/Chat/Event.qml +++ b/linphone-app/ui/modules/Linphone/Chat/Event.qml @@ -92,6 +92,8 @@ Row { height: ChatStyle.entry.lineHeight spacing: ChatStyle.entry.message.extraContent.spacing + layoutDirection: $chatEntry.isOutgoing ? Qt.RightToLeft : Qt.LeftToRight + Icon { height: parent.height icon: mainItem.iconData ? mainItem.iconData.icon : null