Skip to content

Commit

Permalink
Remove Center Two Screens from the menu bar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rxhanson committed Jan 10, 2024
1 parent bd5aeae commit ed93a8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rectangle/WindowAction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,7 @@ enum WindowAction: Int, Codable {
key = "m2F-eA-g7w.title"
value = "Bottom Right Sixth"
case .centerTwoScreens:
key = "rcY-NS-HlJ.title"
value = "Center Two Screens"
return nil
case .topLeftNinth, .topCenterNinth, .topRightNinth, .middleLeftNinth, .middleCenterNinth, .middleRightNinth, .bottomLeftNinth, .bottomCenterNinth, .bottomRightNinth:
return nil
case .topLeftThird, .topRightThird, .bottomLeftThird, .bottomRightThird:
Expand Down

0 comments on commit ed93a8b

Please sign in to comment.