Skip to content
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 is not working on MacOS #6

Open
korkorran opened this issue Mar 26, 2019 · 0 comments
Open

Menu is not working on MacOS #6

korkorran opened this issue Mar 26, 2019 · 0 comments

Comments

@korkorran
Copy link

I had to modify the code in main.js to make the app working on macOS :

// If OSX, add empty object to menu
if(process.platform == 'darwin'){
  mainMenuTemplate.unshift({label: app.getName()});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant