[feat] Add window.is_minimized() #3878
Labels
status: upstream
This issue is blocked by upstream dependencies and we need to wait or contribute upstream fixes
type: feature request
Describe the problem
Since macOS always displays a menu when an application is active, selecting the minimize menu when the window is already minimized will always cause a panic.
Describe the solution you'd like
I want to cancel some menu events (e.g.
set_fullscreen()
) if the window is minimized.Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: