mirror of https://github.com/KDE/kasts.git
Fix qml property assignment
This commit is contained in:
parent
c09925c59f
commit
ea3f3d5123
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue