-
Notifications
You must be signed in to change notification settings - Fork 320
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
Timeout not working on macOS #172
Comments
I have the same problem when I use timeout. Maybe we could loop the notify and use a setTimeout function
|
To everyone looking for help with this, it appears that banner messages do not allow persistence. If you enter the System Preferences -> Notifications and change Terminal Notifier Notifications from Banners to Alerts, they will persist. This only works with timeout though, not with |
@janolivermr Looks like Any other solution for us? |
I'm still having these issues on macos Monterey |
nodeNotifier.notify({
title: "Hey",
message: "Wake up!",
sound: true,
time: 10000
}, (error, response, metadata) => {
console.log('notifier error: ', error)
console.log('notifier response: ', response)
console.log('notifier metadata: ', metadata)
}) |
I'm trying to get a sticky notification by setting a really high timeout, see below, not matter if I set the
wait
prop or any number in thetimeout
the notification disappears after the same ~5s timeout.Any help with this would be appreciated
Thanks!
The text was updated successfully, but these errors were encountered: