1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 23:42:51 -05:00

Address active warnings

This commit is contained in:
purian23
2025-07-26 22:13:09 -04:00
parent 0affd73f32
commit a681593eda
5 changed files with 10 additions and 7 deletions

View File

@@ -255,7 +255,7 @@ PanelWindow {
wrapMode: Text.WordWrap
visible: text.length > 0
linkColor: Theme.primary
onLinkActivated: Qt.openUrlExternally(link)
onLinkActivated: (link) => Qt.openUrlExternally(link)
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.NoButton