diff --git a/VoiceInk/VoiceInk.swift b/VoiceInk/VoiceInk.swift index 6df9cce..9ff43c2 100644 --- a/VoiceInk/VoiceInk.swift +++ b/VoiceInk/VoiceInk.swift @@ -156,6 +156,8 @@ struct VoiceInkApp: App { } } .commands { + CommandGroup(replacing: .newItem) { } + CommandGroup(after: .appInfo) { CheckForUpdatesView(updaterViewModel: updaterViewModel) }