mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
improve(plugin): hide reload button of plugin that from marketplace
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
(t :plugin/uninstall)]]]]
|
||||
|
||||
[:div.r.flex.items-center
|
||||
(if (not disabled)
|
||||
(if (and (not iir) (not disabled))
|
||||
[:a.btn
|
||||
{:on-click #(js-invoke js/LSPluginCore "reload" id)}
|
||||
(t :plugin/reload)])
|
||||
|
||||
Reference in New Issue
Block a user