mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -06:00
Change email field to show full email address
CURA-5676
This commit is contained in:
parent
e17cf3dfbf
commit
9433cf7c45
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ Item
|
||||||
{
|
{
|
||||||
if (details.email)
|
if (details.email)
|
||||||
{
|
{
|
||||||
return "<a href=\"mailto:"+details.email+"\">"+details.name+"</a>"
|
return "<a href=\"mailto:"+details.email+"\">"+details.email+"</a>"
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue