mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
enhance: move enum property choices to hidden page
related to LOG-2871
This commit is contained in:
@@ -468,7 +468,7 @@
|
||||
(state/set-state! :plugin/active-readme [content item])
|
||||
(state/set-sub-modal! (fn [_] (display))))
|
||||
(p/catch #(do (js/console.warn %)
|
||||
(notification/show! "No README content." :warn))))
|
||||
(notification/show! "No README content." :warning))))
|
||||
;; market
|
||||
(state/set-sub-modal! (fn [_] (display repo nil))))))
|
||||
|
||||
@@ -803,4 +803,4 @@
|
||||
:auto-checking? (boolean (:plugin/updates-auto-checking? @state/state))
|
||||
:coming (count (:plugin/updates-coming @state/state))
|
||||
:installing (:plugin/installing @state/state)
|
||||
:downloading? (boolean (:plugin/updates-downloading? @state/state))})
|
||||
:downloading? (boolean (:plugin/updates-downloading? @state/state))})
|
||||
|
||||
Reference in New Issue
Block a user