Skip to content

Commit

Permalink
fix macos
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Oct 26, 2023
1 parent fddda47 commit e352f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ impl WindowBuilderExtMacOS for WindowBuilder {
#[inline]
fn with_traffic_light_inset<P: Into<Position>>(mut self, inset: P) -> WindowBuilder {
self.platform_specific.traffic_light_inset = Some(inset.into());
self
}

#[inline]
Expand Down

0 comments on commit e352f23

Please sign in to comment.