diff --git a/src/ui/window.blp b/src/ui/window.blp index e2e224c..b5d5408 100644 --- a/src/ui/window.blp +++ b/src/ui/window.blp @@ -47,6 +47,22 @@ template $UiWindow: Adw.ApplicationWindow { CenterBox { styles [ "toolbar" ] + [start] + DropDown { + selected: 0; + model: StringList { + strings [ + _("Random"), + _("Recently added"), + _("Most played"), + _("Recently played"), + _("Starred"), + _("Name"), + _("Artist"), + ] + }; + } + [center] SearchEntry { placeholder-text: _("Search...");