julienXX / terminal-notifier

Send User Notifications on macOS from the command-line.
Other
6.37k stars 330 forks source link

Close/Reply buttons always visible #231

Closed franton closed 7 years ago

franton commented 7 years ago

Please check everything that applies to your issue:

To help us debug your issue please include:

macOS 10.11.x and 10.12.x - the macOS version you use 1.8.0 - terminal-notifier version binary download - how did you install terminal-notifier (binary download, homebrew, ruby gem...)? run any basic command "./terminal-notifier -sender "sender.id" -title "Testing" "- step-by-step reproduction instructions

Whenever notifications are sent with version 1.8.0, the close and reply buttons are always visible instead of when they're called with command line switches. This did not occur in versions previous to 1.8.0. Can we go back to previous behaviour?

julienXX commented 7 years ago

Hi @franton you can switch the notification style from Alert to Banner in your System Preferences.

franton commented 7 years ago

That is not possible to do programmatically via a management system as those settings are stored in a sqlite database somewhere, and it's a bit much to expect a few thousand users to go change this manually.

julienXX commented 7 years ago

Sure, the upcoming release will have this setting reverted.