-
-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu from the main window will be in all child windows #1513
Comments
Window specific menu is not implemented, but is planned. Feel free to contribute. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Has this bug been fixed? |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Specification
Description
Menu created from the main window by
webview.start(menu=menu_items)
will follow to all child windows.For now I don't want child windows to have Menu bar.
It might be nice to be able to attach menu bar to
webview.create_window(menu=...)
instead, and so customizable or opt in/out for each window.Practicalities
YES I am willing to work on this issue myself.
NO I am prepared to support this issue financially.
The text was updated successfully, but these errors were encountered: