mirror of
https://github.com/logseq/logseq.git
synced 2026-05-23 20:24:15 +00:00
enhance: no need to show command label for now
This commit is contained in:
@@ -141,7 +141,6 @@
|
||||
(map #(hash-map :icon "command"
|
||||
:icon-theme :gray
|
||||
:text (cp/translate t %)
|
||||
:value-label (pr-str (:id %))
|
||||
:shortcut (:shortcut %)
|
||||
:source-command %)))
|
||||
favorite-pages nil
|
||||
@@ -172,9 +171,6 @@
|
||||
(map #(hash-map :icon "command"
|
||||
:icon-theme :gray
|
||||
:text (cp/translate t %)
|
||||
:value-label (pr-str (:id %))
|
||||
; :info (pr-str (:id %))
|
||||
; :info (:desc %)
|
||||
:shortcut (:shortcut %)
|
||||
:source-command %))
|
||||
(hash-map :status :success :items)
|
||||
|
||||
Reference in New Issue
Block a user