Use correct icon for external links

Contributes to issue CURA-8561.
This commit is contained in:
Ghostkeeper 2021-11-09 17:22:01 +01:00
parent 5a698bd91f
commit c56240f276
No known key found for this signature in database
GPG Key ID: 68F39EA88EEED5FF

View File

@ -97,7 +97,7 @@ Rectangle
Layout.alignment: Qt.AlignTop
color: UM.Theme.getColor("icon")
source: UM.Theme.getIcon("Link")
source: UM.Theme.getIcon("LinkExternal")
// TODO: on clicked url
}