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
Is there a built in but undocumented way to remove the icon because I wish to exit the application?
The text was updated successfully, but these errors were encountered:
no sure what I changed but it worked.
case ExitId: // Ids work in submenus too. console.log( "Exiting" ); appIcon.remove() process.exit() break;
Sorry, something went wrong.
Icons should be being removed when the process exits cleanly automatically - if you're by seeing that I might have to look into that.
No branches or pull requests
Is there a built in but undocumented way to remove the icon because I wish to exit the application?
The text was updated successfully, but these errors were encountered: