Remove new window creation

This commit is contained in:
Beingpax 2025-10-04 15:42:31 +05:45
parent eb364416ea
commit 520272f5ad

View File

@ -156,6 +156,8 @@ struct VoiceInkApp: App {
}
}
.commands {
CommandGroup(replacing: .newItem) { }
CommandGroup(after: .appInfo) {
CheckForUpdatesView(updaterViewModel: updaterViewModel)
}