Skip to content

Commit

Permalink
fix validation with tracklist in responder chain
Browse files Browse the repository at this point in the history
  • Loading branch information
NattyNarwhal committed Jul 14, 2024
1 parent db4ed48 commit 8ca18cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submariner/SBTracklistController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ import Cocoa
case #selector(SBTracklistController.delete(_:)):
return count > 0
default:
return true
return super.validateUserInterfaceItem(item)
}
}
}

0 comments on commit 8ca18cc

Please sign in to comment.