mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue