Brings back the Close Window keyboard shortcut

This commit is contained in:
Nindi Gill 2022-12-11 21:52:06 +11:00
parent 8f47603af3
commit 524cf3d105

View file

@ -28,7 +28,6 @@ struct AppCommands: Commands {
.keyboardShortcut("r") .keyboardShortcut("r")
.disabled(refreshing || downloadInProgress) .disabled(refreshing || downloadInProgress)
} }
CommandGroup(replacing: .saveItem) {}
CommandGroup(replacing: .systemServices) { CommandGroup(replacing: .systemServices) {
Button("Install Privileged Helper Tool...") { Button("Install Privileged Helper Tool...") {
install() install()