-
Notifications
You must be signed in to change notification settings - Fork 173
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
Problem with menu #131
Comments
Hi @filliperomero, i'm using Kubuntu and it shows the menu for me, but the user have to configure the Application Menu. |
hello @diego3g , looks like kubuntu has the same behavior as macos, putting the menu in the top of the screen. We can get this menu and put in the custom header (vscode and hypder did that) if is that important for us to have this menu. We just need to think on how it will looks like on windows since the header has 2 layouts (mac style or normal style) We can think about something like this: Of course, all of these ideas are for windows only. |
That's great, i prefer the Hyper version as we have a custom header right now, what do you think? |
I saw that we are creating a menu in main.ts (electron) but this menu is not showing in Windows/linux (because of the custom Header). It only shows in Mac because MacOS handles different the menu.
The idea is to only show in MacOS or it is suppose to show in others platform?
If the answer is for all plataforms, I am thinking on fixing it putting the menu in the Header component but we don't a layout for it (one with the menu).
Some insights would be good, so I can work on it.
The text was updated successfully, but these errors were encountered: