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()