Fix copy link button
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 13 Dec 2022 16:34:41 +0000 (17:34 +0100)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 13 Dec 2022 16:40:20 +0000 (17:40 +0100)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/filedetails/ShareDelegate.qml

index e95cd1fa2b3d0cc1fb298f60468e2310a6247ca8..10ca1e6794b5f60c3c347d459578113df913c1c1 100644 (file)
@@ -59,6 +59,7 @@ GridLayout {
     readonly property string detailText: model.detailText ?? ""
     readonly property string iconUrl: model.iconUrl ?? ""
     readonly property string avatarUrl: model.avatarUrl ?? ""
+    readonly property string link: model.link ?? ""
 
     anchors.left: parent.left
     anchors.right: parent.right