Rich text for info popup description (needed for displaying links)

This commit is contained in:
Gaelle Braud 2026-02-25 14:28:02 +01:00
parent dd2b09b093
commit 8304c64cf6

View file

@ -84,6 +84,7 @@ Popup {
Layout.fillWidth: true
Layout.maximumWidth: Utils.getSizeWithScreenRatio(300)
text: mainItem.description
textFormat: Text.RichText
wrapMode: Text.WordWrap
color: DefaultStyle.main2_500_main
onLinkActivated: Qt.openUrlExternally(link)