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 {
|
child: Box {
|
||||||
orientation: vertical;
|
orientation: vertical;
|
||||||
|
|
||||||
$AudreyUiAlbumCarousel {
|
|
||||||
title: _("Most played");
|
|
||||||
type: frequent;
|
|
||||||
}
|
|
||||||
|
|
||||||
$AudreyUiAlbumCarousel {
|
$AudreyUiAlbumCarousel {
|
||||||
title: _("Explore from your library");
|
title: _("Explore from your library");
|
||||||
type: random;
|
type: random;
|
||||||
|
@ -60,6 +55,11 @@ template $AudreyUiWindow: Adw.ApplicationWindow {
|
||||||
title: _("Recently played");
|
title: _("Recently played");
|
||||||
type: recent;
|
type: recent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$AudreyUiAlbumCarousel {
|
||||||
|
title: _("Most played");
|
||||||
|
type: frequent;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue