Initial port to Libadwaita 1.4

This commit is contained in:
kramo
2023-07-04 18:49:06 +02:00
parent 0efa05514c
commit 5fd6ea20f4
9 changed files with 335 additions and 355 deletions

View File

@@ -57,10 +57,10 @@ class DisplayManager(Manager):
game.win.game_covers[game.game_id] = game.game_cover
if (
game.win.stack.get_visible_child() == game.win.details_view
game.win.navigation_view.get_visible_page() == game.win.details_page
and game.win.active_game == game
):
game.win.show_details_view(game)
game.win.show_details_page(game)
if not game.removed and not game.blacklisted:
if game.hidden: