From: Claudio Cambra Date: Sun, 20 Oct 2024 09:48:47 +0000 (+0800) Subject: Bolden string showing who owns the share that was shared with me X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~5^2~14^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1645912ce9dc2c5606e906da956fe768ab083aa3;p=nextcloud-desktop.git Bolden string showing who owns the share that was shared with me Signed-off-by: Claudio Cambra --- diff --git a/src/gui/filedetails/ShareView.qml b/src/gui/filedetails/ShareView.qml index 13a3d3049..550bcc67a 100644 --- a/src/gui/filedetails/ShareView.qml +++ b/src/gui/filedetails/ShareView.qml @@ -147,6 +147,7 @@ ColumnLayout { EnforcedPlainTextLabel { visible: shareModel.displayShareOwner text: qsTr("Shared with you by %1").arg(shareModel.shareOwnerDisplayName) + font.bold: true } EnforcedPlainTextLabel { visible: shareModel.sharedWithMeExpires