Release Notes:

- N/A
This commit is contained in:
Mikayla Maki 2024-03-14 17:22:00 -07:00 committed by GitHub
parent 948b3827c8
commit 8c43e10de7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -724,7 +724,6 @@ impl PlatformWindow for MacWindow {
self.0.as_ref().lock().bounds()
}
// todo(mac)
fn is_maximized(&self) -> bool {
self.0.as_ref().lock().is_maximized()
}