show separators in play queue
This commit is contained in:
parent
cc2f9f1466
commit
feb08c9ba5
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ template $UiPlayQueue: Adw.NavigationPage {
|
|||
|
||||
ScrolledWindow {
|
||||
ListView view {
|
||||
show-separators: true;
|
||||
single-click-activate: true;
|
||||
|
||||
activate => $on_row_activated ();
|
||||
|
|
Loading…
Reference in a new issue