From 41bfab9ab83c15beb3ca85a6fe7a236834daf860 Mon Sep 17 00:00:00 2001 From: Erica Z Date: Sun, 20 Oct 2024 17:44:16 +0200 Subject: [PATCH] bring back position in play queue --- src/ui/play_queue.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/play_queue.vala b/src/ui/play_queue.vala index abb869a..9801637 100644 --- a/src/ui/play_queue.vala +++ b/src/ui/play_queue.vala @@ -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;