mikaelbr / node-notifier

A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
MIT License
5.73k stars 322 forks source link

There is always a "Show" option in mac! #365

Open felipenmoura opened 3 years ago

felipenmoura commented 3 years ago

How to disable the default "Show" option? My current options are:

open: undefined,
closeLabel: undefined,
dropdownLabel: undefined,
actions: ["A", "B", "C"],

image

Apparently, the "Show" option just focuses the terminal where I'm running the node process.

felipenmoura commented 3 years ago

Also...how to change the title from "TERMINAL-NOTIFIER" ?!

truongnat commented 2 years ago

Also...how to change the title from "TERMINAL-NOTIFIER" ?!

maybe help you https://github.com/mikaelbr/node-notifier/issues/71