From 0a8080ae6fbfb2a39f486e5496d7a13caaaf39d3 Mon Sep 17 00:00:00 2001 From: psykose Date: Mon, 18 Nov 2024 22:02:11 +0100 Subject: [PATCH] order --- resources/window.blp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/window.blp b/resources/window.blp index 88597cd..c35db60 100644 --- a/resources/window.blp +++ b/resources/window.blp @@ -41,11 +41,6 @@ template $AudreyUiWindow: Adw.ApplicationWindow { child: Box { orientation: vertical; - $AudreyUiAlbumCarousel { - title: _("Most played"); - type: frequent; - } - $AudreyUiAlbumCarousel { title: _("Explore from your library"); type: random; @@ -60,6 +55,11 @@ template $AudreyUiWindow: Adw.ApplicationWindow { title: _("Recently played"); type: recent; } + + $AudreyUiAlbumCarousel { + title: _("Most played"); + type: frequent; + } }; }; }