mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
enhance(ui): refactor the plugin manager menu with the shui popup
This commit is contained in:
@@ -466,7 +466,7 @@
|
||||
(let [[enabled, set-enabled!] (rum/use-state (plugin-handler/get-enabled-auto-check-for-updates?))
|
||||
text (t :plugin/auto-check-for-updates)]
|
||||
|
||||
[:div.flex.items-center.justify-between.px-4.py-2
|
||||
[:div.flex.items-center.justify-between.px-3.py-2
|
||||
{:on-click (fn []
|
||||
(let [t (not enabled)]
|
||||
(set-enabled! t)
|
||||
|
||||
Reference in New Issue
Block a user