From e05b9f071f5411f982eea29af164db66df76d354 Mon Sep 17 00:00:00 2001 From: huisang Date: Wed, 15 Oct 2025 15:50:48 +0800 Subject: [PATCH] feat: windowStyle set to hiddenTitleBar --- VoiceInk/VoiceInk.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/VoiceInk/VoiceInk.swift b/VoiceInk/VoiceInk.swift index 4b852c1..bbaad7b 100644 --- a/VoiceInk/VoiceInk.swift +++ b/VoiceInk/VoiceInk.swift @@ -159,6 +159,7 @@ struct VoiceInkApp: App { }) } } + .windowStyle(.hiddenTitleBar) .commands { CommandGroup(replacing: .newItem) { }