mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
Fix bug with certain plugins and misc cleanup
- Plugins that used effects weren't loading correctly e.g. logseq-power-plugin - Cleaned up translation, docs and some fn naming
This commit is contained in:
@@ -412,8 +412,7 @@
|
||||
|
||||
:ui/install-plugins-from-file {:binding false
|
||||
:inactive (not (config/plugin-config-enabled?))
|
||||
;; TODO: Remove dev convenience
|
||||
:fn (fn [] (plugin-config-handler/open-sync-modal))}
|
||||
:fn plugin-config-handler/open-replace-plugins-modal}
|
||||
|
||||
:editor/toggle-open-blocks {:binding "t o"
|
||||
:fn editor-handler/toggle-open!}
|
||||
|
||||
Reference in New Issue
Block a user