Fix qml property assignment

This commit is contained in:
Bart De Vries 2024-04-23 11:30:43 +02:00
parent c09925c59f
commit ea3f3d5123
No known key found for this signature in database
GPG Key ID: 7285665DA6E2D42B
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ Kirigami.ScrollablePage {
image: isSubscribed ? feed.cachedImage : feed.image
title: isSubscribed ? feed.name : feed.title
subtitle: authors ? i18nc("by <author(s)>", "by %1", authors) : undefined
subtitle: authors ? i18nc("by <author(s)>", "by %1", authors) : ""
}
// header actions