We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Electron supports a few different methods for running an app without the gray menu bar on MacOS (apparently this works on some Linux distros as well).
In my opinion this goes a long way towards making the app feel "native". Compare this (default navbar):
To this (no navbar):
Of course, the UI elements in the top left start to collide and will need to be adjusted for this approach:
I'm going to explore some design solutions for this problem in the ui-improvements branch, and if folks like the results I'll merge into master.
ui-improvements
The text was updated successfully, but these errors were encountered:
egardner
No branches or pull requests
Electron supports a few different methods for running an app without the gray menu bar on MacOS (apparently this works on some Linux distros as well).
In my opinion this goes a long way towards making the app feel "native". Compare this (default navbar):
To this (no navbar):
Of course, the UI elements in the top left start to collide and will need to be adjusted for this approach:
I'm going to explore some design solutions for this problem in the
ui-improvements
branch, and if folks like the results I'll merge into master.The text was updated successfully, but these errors were encountered: