Skip to content

Commit

Permalink
Fix disabling Rectangle tiling when user selects it as prompted
Browse files Browse the repository at this point in the history
  • Loading branch information
strategiconquest committed Sep 11, 2024
1 parent 304ca2c commit 5942b5c
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 @@ -220,6 +220,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 5942b5c

Please sign in to comment.