feat: windowStyle set to hiddenTitleBar

This commit is contained in:
huisang 2025-10-15 15:50:48 +08:00
parent 04ab2cc841
commit e05b9f071f

View File

@ -159,6 +159,7 @@ struct VoiceInkApp: App {
}) })
} }
} }
.windowStyle(.hiddenTitleBar)
.commands { .commands {
CommandGroup(replacing: .newItem) { } CommandGroup(replacing: .newItem) { }