mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Redirect to email recovery on forgotten button.
Change layout direction on chat call events.
This commit is contained in:
parent
0ee02efc81
commit
a01868a901
2 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue