Redirect to email recovery on forgotten button.

Change layout direction on chat call events.
This commit is contained in:
Julien Wadel 2023-08-11 16:08:13 +02:00
parent 0ee02efc81
commit a01868a901
2 changed files with 3 additions and 1 deletions

View file

@ -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";

View file

@ -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