mirror of
https://github.com/KDE/kasts.git
synced 2025-01-11 16:13:56 +01:00
Add default feed icon
This commit is contained in:
parent
88eab5b96f
commit
c8dea42485
@ -34,6 +34,7 @@ if(ANDROID)
|
||||
mail-sent
|
||||
globe
|
||||
data-error
|
||||
rss
|
||||
)
|
||||
else()
|
||||
target_link_libraries(alligator PRIVATE Qt5::Widgets)
|
||||
|
@ -34,7 +34,7 @@ Item {
|
||||
property QtObject feed
|
||||
|
||||
Kirigami.Icon {
|
||||
source: Fetcher.image(feed.image)
|
||||
source: feed.image === "" ? "rss" : Fetcher.image(feed.image)
|
||||
width: height
|
||||
height: parent.height
|
||||
visible: !busy.visible
|
||||
|
Loading…
Reference in New Issue
Block a user