From: Claudio Cambra Date: Tue, 13 Dec 2022 16:34:41 +0000 (+0100) Subject: Fix copy link button X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~68^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bdfa923f8ad3ddc63347be33c33ad24c8d5ff34c;p=nextcloud-desktop.git Fix copy link button Signed-off-by: Claudio Cambra --- diff --git a/src/gui/filedetails/ShareDelegate.qml b/src/gui/filedetails/ShareDelegate.qml index e95cd1fa2..10ca1e679 100644 --- a/src/gui/filedetails/ShareDelegate.qml +++ b/src/gui/filedetails/ShareDelegate.qml @@ -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