diff --git a/Persephone/Components/Queue/QueueSongCoverView.swift b/Persephone/Components/Queue/QueueSongCoverView.swift index 1392b06..70e0594 100644 --- a/Persephone/Components/Queue/QueueSongCoverView.swift +++ b/Persephone/Components/Queue/QueueSongCoverView.swift @@ -11,7 +11,7 @@ import Kingfisher class QueueSongCoverView: NSTableCellView { @IBOutlet var queueSongCover: NSImageView! - @IBOutlet var queueSongButton: NSButton! + @IBOutlet var queueSongIcon: NSImageView! let playingFilters = [ CIFilter(name: "CIExposureAdjust", parameters: ["inputEV": -2])! @@ -27,7 +27,7 @@ class QueueSongCoverView: NSTableCellView { queueSongCover.layer?.cornerRadius = 2 queueSongCover.layer?.borderWidth = 1 queueSongCover.layer?.masksToBounds = true - queueSongButton.wantsLayer = true + queueSongIcon.wantsLayer = true setAppearance() if isPlaying { @@ -77,10 +77,10 @@ class QueueSongCoverView: NSTableCellView { if isPlaying && queueIcon != nil { queueSongCover.layer?.filters = playingFilters - queueSongButton.image = queueIcon + queueSongIcon.image = queueIcon } else { queueSongCover.layer?.filters = nil - queueSongButton.image = nil + queueSongIcon.image = nil } } } diff --git a/Persephone/Components/Window/Base.lproj/Main.storyboard b/Persephone/Components/Window/Base.lproj/Main.storyboard index c894832..48455d7 100644 --- a/Persephone/Components/Window/Base.lproj/Main.storyboard +++ b/Persephone/Components/Window/Base.lproj/Main.storyboard @@ -690,28 +690,22 @@ - + + + + - - + + + + - + @@ -736,7 +730,7 @@ - + @@ -948,6 +942,7 @@ +