Skip to content

Commit

Permalink
Merge pull request #1459 from strategiconquest/fix-disable-Rectangle-…
Browse files Browse the repository at this point in the history
…tiling

Fix disabling Rectangle tiling when user selects it as prompted
  • Loading branch information
rxhanson authored Sep 11, 2024
2 parents 30786f7 + 5942b5c commit e4d83a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rectangle/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}
case .alertSecondButtonReturn:
Defaults.windowSnapping.enabled = false
Notification.Name.windowSnapping.post(object: false)
default:
break
}
Expand Down

0 comments on commit e4d83a5

Please sign in to comment.