Skip to content

Commit

Permalink
fix: добавить id для предка сайдбара Cassette.PlayerQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Jun 3, 2024
1 parent c65ac27 commit e931d48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/widgets/sidebar/childs/player-queue.vala
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public class Cassette.PlayerQueue : SidebarChildBin {
TrackList track_list;

construct {
child_id = "queue";

track_list = new TrackList (scrolled_window.vadjustment) {
margin_top = 12,
margin_bottom = 12,
Expand Down

0 comments on commit e931d48

Please sign in to comment.