It would be helpful to have features similar to the Android app in order to configure WHAT notifications should be shown, and HOW. Like:
minimum priority filtering
notification settings per priority (like playing a specific sound for max priority notifications), or even:
individual sound for notifications per topic and / or priority
It would be helpful to have features similar to the Android app in order to configure WHAT notifications should be shown, and HOW. Like:
- minimum priority filtering
- notification settings per priority (like playing a specific sound for max priority notifications), or even:
- individual sound for notifications per topic and / or priority
In it's current form, using WinForms (pun intended) do not think it is possible to create individual sounds per priority and topic. It appears the NotifyIcon used in the project from WinForms provides no method to do this, and I am not sure MS intends that to be customisable outside of the system sound settings.
In it's current form, using WinForms (pun intended) do not think it is possible to create individual sounds per priority and topic. It appears the `NotifyIcon` used in the project from WinForms provides no method to do this, and I am not sure MS intends that to be customisable outside of the system sound settings.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
It would be helpful to have features similar to the Android app in order to configure WHAT notifications should be shown, and HOW. Like:
Hi @cmeis
In it's current form, using WinForms (pun intended) do not think it is possible to create individual sounds per priority and topic. It appears the
NotifyIconused in the project from WinForms provides no method to do this, and I am not sure MS intends that to be customisable outside of the system sound settings.