Merge pull request #5173 from nextcloud/bugfix/nccustombutton-warnings

Remove reference to inexistent property in NCCustomButton
This commit is contained in:
Claudio Cambra 2022-11-15 11:51:23 +01:00 committed by GitHub
commit a437a99204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,6 @@ RowLayout {
text: root.text
textFormat: Text.PlainText
font.bold: root.bold
visible: root.text !== ""