Skip to content

Commit

Permalink
Revert "fix: privacy access control"
Browse files Browse the repository at this point in the history
This reverts commit fa12bef.
  • Loading branch information
ostenemes committed Oct 18, 2024
1 parent fa12bef commit 86e17fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/SpringMotionPanel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ open class SpringMotionPanel: NSPanel, SpringMotionWindowProtocol {
}

// MARK: - Mouse events
extension SpringMotionPanel {
extension SprintMotionPanel {

override open func mouseDown(with event: NSEvent) {
super.mouseDown(with: event)
Expand Down
2 changes: 1 addition & 1 deletion Sources/SpringMotionWindowProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public extension SpringMotionWindowProtocol {
}

// MARK: - Start/stop motion
public extension SpringMotionWindowProtocol {
private extension SpringMotionWindowProtocol {

func startMotion() {
guard displayLink == nil,
Expand Down

0 comments on commit 86e17fc

Please sign in to comment.