mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 15:29:00 +08:00
Change email field to show full email address
CURA-5676
This commit is contained in:
parent
e17cf3dfbf
commit
9433cf7c45
@ -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…
x
Reference in New Issue
Block a user