Icon defaulted

This commit is contained in:
Aleksandr Lebedev 2025-02-02 20:47:58 +01:00
parent 92495eb09b
commit 198d057f26
2 changed files with 1 additions and 287 deletions

View file

@ -152,7 +152,7 @@ Found the code [[https://www.reddit.com/r/emacs/comments/18xvtns/emacs_notificat
((eq severity 'low) 'low)
((eq severity 'trivial) 'low)
(t 'normal))))
(icon (or (plist-get info :icon) "~/.emacs.d/emax.svg")))
(icon (or (plist-get info :icon) alert-default-icon)))
(android-notifications-notify
:title title
:body body