From: Claudio Cambra Date: Mon, 14 Nov 2022 15:13:10 +0000 (+0100) Subject: Remove reference to inexistent property in NCCustomButton X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~136^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=561b55800ca9ce58774bdeec283285ac28451c1c;p=nextcloud-desktop.git Remove reference to inexistent property in NCCustomButton Signed-off-by: Claudio Cambra --- diff --git a/src/gui/tray/NCButtonContents.qml b/src/gui/tray/NCButtonContents.qml index 1e6231efd..42fbd52ff 100644 --- a/src/gui/tray/NCButtonContents.qml +++ b/src/gui/tray/NCButtonContents.qml @@ -47,7 +47,6 @@ RowLayout { text: root.text textFormat: Text.PlainText - font.bold: root.bold visible: root.text !== ""