mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
We should only be able to select songs
This commit is contained in:
parent
ba51e99e41
commit
ffedba5c84
@ -178,5 +178,9 @@ class QueueViewController: NSViewController, NSOutlineViewDataSource, NSOutlineV
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func outlineView(_ outlineView: NSOutlineView, shouldSelectItem item: Any) -> Bool {
|
||||||
|
return item is SongItem
|
||||||
|
}
|
||||||
|
|
||||||
@IBOutlet var queueView: NSOutlineView!
|
@IBOutlet var queueView: NSOutlineView!
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user