Merge pull request #332 from huihuisang/main

feat: windowStyle set to hiddenTitleBar
This commit is contained in:
Prakash Joshi Pax 2025-10-17 08:46:52 +05:45 committed by GitHub
commit 31e724566c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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