Skip to content

Commit

Permalink
Remove shortcut recorder restrictions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rxhanson committed Feb 20, 2024
1 parent d1e63a7 commit 164bdf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rectangle/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
SMLoginItemSetEnabled(AppDelegate.launcherAppId as CFString, false)
}
}
} else {
Defaults.allowAnyShortcut.enabled = true
}

Defaults.lastVersion.value = Bundle.main.infoDictionary?["CFBundleVersion"] as? String
Expand Down

0 comments on commit 164bdf5

Please sign in to comment.