Skip to content

refactor: replace magic values with adw::ToastPriority

Replaces magic values used for the toast priority with their respective adw::ToastPriority, converting them into their C int value by using into_glib(), improving the readability of the code.

Merge request reports