Skip to content

Commit

Permalink
fix: Fix compile error on iOS targets (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nssina committed May 3, 2023
1 parent 35bb5e7 commit a92e818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Example/Shared/ExampleApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ struct ExampleApp: App {
DemoList()
#endif
}
#if os(macOS)
.windowToolbarStyle(UnifiedCompactWindowToolbarStyle())
.windowStyle(HiddenTitleBarWindowStyle())
#endif
}
}

0 comments on commit a92e818

Please sign in to comment.