From 51eb1d09a4335afc6a501e0c99d0de95fe512a0e Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Mon, 7 May 2018 07:51:55 +1000 Subject: [PATCH] Add email info and fix address empty check in profile select --- sleepyhead/profileselector.cpp | 5 ++++- sleepyhead/profileselector.ui | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sleepyhead/profileselector.cpp b/sleepyhead/profileselector.cpp index 24434aa4..d3c423b2 100644 --- a/sleepyhead/profileselector.cpp +++ b/sleepyhead/profileselector.cpp @@ -193,7 +193,10 @@ void ProfileSelector::updateProfileHighlight(QString name) if (!p_profile->user->phone().isEmpty()) { html += tr("Phone: %1").arg(p_profile->user->phone())+"
"; } - if (!p_profile->user->phone().isEmpty()) { + if (!p_profile->user->email().isEmpty()) { + html += tr("Email: %1").arg(p_profile->user->email())+"
"; + } + if (!p_profile->user->address().isEmpty()) { html += "
"+tr("Address:")+"
"+p_profile->user->address().trimmed().replace("\n","
")+"
"; } diff --git a/sleepyhead/profileselector.ui b/sleepyhead/profileselector.ui index 1b667454..e1e00ab4 100644 --- a/sleepyhead/profileselector.ui +++ b/sleepyhead/profileselector.ui @@ -277,7 +277,7 @@ true - false + true