mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Set current playing cover art background to black
This makes non square cover art look better.
This commit is contained in:
parent
0cca68fae5
commit
faa60733b7
@ -29,6 +29,9 @@ class QueueViewController: NSViewController {
|
||||
queueView.columnAutoresizingStyle = .sequentialColumnAutoresizingStyle
|
||||
queueView.registerForDraggedTypes([.songPasteboardType, .albumPasteboardType])
|
||||
queueView.draggingDestinationFeedbackStyle = .regular
|
||||
|
||||
queueCoverArtImage.wantsLayer = true
|
||||
queueCoverArtImage.layer?.backgroundColor = CGColor.black
|
||||
}
|
||||
|
||||
deinit {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user