flatpak / xdg-desktop-portal-gtk

Gtk implementation of xdg-desktop-portal
GNU Lesser General Public License v2.1
130 stars 102 forks source link

Handle "high" priority #486

Closed brs-brs closed 3 months ago

brs-brs commented 3 months ago

This PR addresses an issue with the urgency level mapping for notifications. The current implementation maps notifications with "high" urgency to "critical," which is not the standard practice. This change will adjust the mapping so that "high" urgency notifications are set to "normal."

See relevant issue https://github.com/flatpak/xdg-desktop-portal-gtk/issues/439