Fix qml explicit signal argument

This commit is contained in:
Laurent Montel
2023-09-01 17:11:35 +02:00
parent 370bbf8a4b
commit 774121ea8c
4 changed files with 4 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ a{
wrapMode: Text.Wrap
textFormat: Text.RichText
onLinkActivated: {
onLinkActivated: link => {
spoilerRevealed = true
RoomManager.openResource(link)
}