bugfix: only delete posframe if it exists
This commit is contained in:
parent
49ddec73c5
commit
359936ad09
@ -101,7 +101,8 @@
|
||||
(notibox-alert `(
|
||||
:title ,(format "%s" (current-buffer))
|
||||
:message ,(current-message)))
|
||||
(notibox-delete 'current)))
|
||||
(if notibox-current-posframes
|
||||
(notibox-delete 'current))))
|
||||
|
||||
(defun notibox/setup-timer ()
|
||||
(interactive)
|
||||
|
Loading…
Reference in New Issue
Block a user