mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
feat: wip, command palette
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
:ui/file-component nil
|
||||
:ui/custom-query-components {}
|
||||
:ui/show-recent? false
|
||||
:ui/command-palette-open? false
|
||||
:ui/developer-mode? (or (= (storage/get "developer-mode") "true")
|
||||
false)
|
||||
;; remember scroll positions of visited paths
|
||||
@@ -156,6 +157,9 @@
|
||||
#{})
|
||||
:date-picker/date nil
|
||||
|
||||
;; command palette
|
||||
:command-palette/commands []
|
||||
|
||||
:view/components {}})))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user