From c8e4e554101b46798bd4d4f5947a6f6329c25c1f Mon Sep 17 00:00:00 2001 From: Erica Z Date: Sun, 20 Oct 2024 11:52:51 +0200 Subject: [PATCH] silence blueprint suggestion --- src/ui/play_queue_song.blp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/play_queue_song.blp b/src/ui/play_queue_song.blp index 5d69ea9..b7b32ae 100644 --- a/src/ui/play_queue_song.blp +++ b/src/ui/play_queue_song.blp @@ -128,7 +128,7 @@ template $UiPlayQueueSong: ListBoxRow { DropTarget { actions: move; - formats: UiPlayQueueSong; + formats: "UiPlayQueueSong"; preload: true; drop => $on_drop ();