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
|
image: isSubscribed ? feed.cachedImage : feed.image
|
||||||
title: isSubscribed ? feed.name : feed.title
|
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
|
// header actions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user