Bolden string showing who owns the share that was shared with me

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-10-20 17:48:47 +08:00
parent b325686ddc
commit 1645912ce9

View File

@ -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