Skip to content

Commit

Permalink
Fix copy link button
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra committed Dec 13, 2022
1 parent be7f77b commit 1d0f0c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/filedetails/ShareDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d0f0c5

Please sign in to comment.