Skip to content
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

Don't set notification urgency to critical #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xiota
Copy link

@xiota xiota commented Sep 10, 2023

Currently, notification urgency is set to critical, which makes the notification permanent until manually dismissed by the user. This PR removes the urgency setting so that the notification can be allowed to time out according to users' notification setting. Most notification systems include a history that the user can review if the notification contents are needed after it times out.

I first noticed this behavior here: #65 (comment)

@igo95862
Copy link
Owner

Hello @xiota

I actually prefer notification staying until dismissed.

What do you think about making the urgency level configurable?

@xiota
Copy link
Author

xiota commented Sep 10, 2023

While developers may find permanent notifications useful, any application that overrides users' global settings is at best annoying to users.

I don't mind having it configurable, but that's outside of what I am able to do. I'll recreate this as an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants