order
This commit is contained in:
parent
8c455eeae8
commit
0a8080ae6f
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue