Skip to content

Support ImageResponse type image providers in Kirigami::Icon

Dan Leinir Turthra Jensen requested to merge leinir/kirigami:master into master

This ensures that if you assign an image as a source on Kirigami's Icon, you don't just end up with a generic placeholder icon, but rather you get the icon you expected. There is a further case, Texture, to deal with, but it would make sense to do that separately.

Merge request reports