mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
fix(ui): redundant notifications when checking single plugin
This commit is contained in:
@@ -183,7 +183,10 @@
|
||||
|
||||
(do
|
||||
;; consume failed download updates
|
||||
(state/consume-updates-coming-plugin payload true)
|
||||
(when (and (not only-check) (not pending?))
|
||||
(state/consume-updates-coming-plugin payload true))
|
||||
|
||||
;; notify human tips
|
||||
(notifications/show!
|
||||
(str
|
||||
(if (= :error type) "[Install Error]" "")
|
||||
|
||||
Reference in New Issue
Block a user