Skip to content

Commit

Permalink
πŸ› Fix window snapping not working
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Oct 28, 2023
1 parent d96e10a commit a60d367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loop/Window Management/Window.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Window {
}

self.nsRunningApplication = NSWorkspace.shared.runningApplications.first(where: {
$0.processIdentifier == pid!
$0.processIdentifier == pid
})

// Set self's CGWindowID
Expand Down

0 comments on commit a60d367

Please sign in to comment.