From 524cf3d105685bd458d7a8ab1d18559c2f7478ca Mon Sep 17 00:00:00 2001 From: Nindi Gill Date: Sun, 11 Dec 2022 21:52:06 +1100 Subject: [PATCH] Brings back the Close Window keyboard shortcut --- Mist/AppCommands.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Mist/AppCommands.swift b/Mist/AppCommands.swift index 0f7c037..232f735 100644 --- a/Mist/AppCommands.swift +++ b/Mist/AppCommands.swift @@ -28,7 +28,6 @@ struct AppCommands: Commands { .keyboardShortcut("r") .disabled(refreshing || downloadInProgress) } - CommandGroup(replacing: .saveItem) {} CommandGroup(replacing: .systemServices) { Button("Install Privileged Helper Tool...") { install()