From 520272f5ad0dbd0bda1fc5a4d8c5c3a4022637fe Mon Sep 17 00:00:00 2001 From: Beingpax Date: Sat, 4 Oct 2025 15:42:31 +0545 Subject: [PATCH] Remove new window creation --- VoiceInk/VoiceInk.swift | 2 ++ 1 file changed, 2 insertions(+) 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) }