bring back position in play queue

This commit is contained in:
Erica Z 2024-10-20 17:44:16 +02:00
parent a556fe7e29
commit 41bfab9ab8

View file

@ -136,7 +136,7 @@ public class Ui.PlayQueue : Gtk.Box {
var child = new PlayQueueSong (this.playbin);
child.draggable = true;
child.show_position = false;
child.show_position = true;
child.show_artist = true;
child.show_album = true;