mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 15:29:00 +08:00
Show company website full link as text
CURA-5676
This commit is contained in:
parent
b0b148f2d0
commit
e17cf3dfbf
@ -114,7 +114,7 @@ Item
|
|||||||
{
|
{
|
||||||
if (details.website)
|
if (details.website)
|
||||||
{
|
{
|
||||||
return "<a href=\""+details.website+"\">Link</a>"
|
return "<a href=\""+details.website+"\">"+details.website+"</a>"
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user