mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Calling init() is implied
This commit is contained in:
parent
cc7d8d3c88
commit
9bedbec407
@ -194,7 +194,7 @@ class QueueViewController: NSViewController, NSOutlineViewDataSource, NSOutlineV
|
|||||||
selectionIndexesForProposedSelection proposedSelectionIndexes: IndexSet
|
selectionIndexesForProposedSelection proposedSelectionIndexes: IndexSet
|
||||||
) -> IndexSet {
|
) -> IndexSet {
|
||||||
if proposedSelectionIndexes.contains(0) {
|
if proposedSelectionIndexes.contains(0) {
|
||||||
return IndexSet.init()
|
return IndexSet()
|
||||||
} else {
|
} else {
|
||||||
return proposedSelectionIndexes
|
return proposedSelectionIndexes
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user