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