-
Notifications
You must be signed in to change notification settings - Fork 4
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
Timer #1
Comments
Hi, I didn't quite understand about the timer. Do you want the notification to be displayed after some time? |
Hy, i mean a setting where i can change the time how long the message will be displayed.so somebody can use your tool in a deployment task .. shows a message for about 20 min. or until somebody clicks on ok. For example i can send a message to the user "please restart your pc to apply patches" .. Kind regards |
I added the ability to increase the display of the notification. To do this, add the "-ms 10000" startup parameter, where 10000 is 10 seconds in milliseconds. As for the buttons, I'll think about it, maybe will be added later. Latest version: https://github.com/r57zone/Notifications/releases Also, in order not to miss events, you can use an alternative notification center - https://github.com/r57zone/Notification-center#notification-center |
Hy, nice program, but i am missing a timer .. and some other features, but a timer is the most important
an ok and cancel button would also be nice and errorlevel should be returned (ok pressed or cancel)
Some Inspiration
https://github.com/cubiclesoft/messagebox-windows
https://www.paralint.com/projects/notifu/
The text was updated successfully, but these errors were encountered: