You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets say you make a menu bar app using the new MenuBarExtra SwiftUI scene and the WindowMenuBarExtraStyle.window style. When you click the menu bar item, it presents a window. It’s common to provide a way for the user to show and hide the window using a global keyboard shortcut. However, there is no way to programmatically toggle this window. So this feature cannot be implemented. It would be nice if the menu when using PullDownMenuBarExtraStyle.menu could be programmatically toggled too.
Most of my menu bar apps have a setting where the user can choose a global keyboard shortcut to toggle the window, so I will sadly not be able to move to MenuBarExtra at this time.
The text was updated successfully, but these errors were encountered:
Description
Lets say you make a menu bar app using the new MenuBarExtra SwiftUI scene and the
WindowMenuBarExtraStyle.window
style. When you click the menu bar item, it presents a window. It’s common to provide a way for the user to show and hide the window using a global keyboard shortcut. However, there is no way to programmatically toggle this window. So this feature cannot be implemented. It would be nice if the menu when usingPullDownMenuBarExtraStyle.menu
could be programmatically toggled too.Most of my menu bar apps have a setting where the user can choose a global keyboard shortcut to toggle the window, so I will sadly not be able to move to MenuBarExtra at this time.
The text was updated successfully, but these errors were encountered: