Move placeholders to Gdk.Texture

This commit is contained in:
kramo
2023-06-18 13:46:17 +02:00
parent 2e97edcdb5
commit 2aea2fb377
4 changed files with 16 additions and 13 deletions

View File

@@ -179,7 +179,7 @@ class CartridgesWindow(Adw.ApplicationWindow):
self.details_view_game_cover = game.game_cover
self.details_view_game_cover.add_picture(self.details_view_cover)
self.details_view_blurred_cover.set_pixbuf(
self.details_view_blurred_cover.set_paintable(
self.details_view_game_cover.get_blurred()
)