mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:09:04 +08:00
Remove debugging code
So that all platform links have the link icon indicator in the bottom right corner. CURA-8421
This commit is contained in:
parent
ee564782b5
commit
6df9f9f72c
@ -96,7 +96,7 @@ Item
|
||||
displayName: modelData.displayName
|
||||
iconSource: modelData.thumbnail
|
||||
tooltipText: modelData.description
|
||||
isExternalLink: (index % 2 == 0)
|
||||
isExternalLink: true
|
||||
|
||||
onClicked: Qt.openUrlExternally(modelData.link)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user