Skip to content

Commit 2bd4e8f

Browse files
authored
Add default mac window size (#27)
1 parent a7d531e commit 2bd4e8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

VoiceAgent/VoiceAgentApp.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ struct VoiceAgentApp: App {
1111
AppView()
1212
.environment(viewModel)
1313
}
14+
#if os(macOS)
15+
.defaultSize(width: 900, height: 900)
16+
#endif
1417
#if os(visionOS)
1518
.windowStyle(.plain)
1619
.windowResizability(.contentMinSize)

0 commit comments

Comments
 (0)