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