mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
chore: add titles to heading buttons
This commit is contained in:
committed by
Tienson Qin
parent
46af6b3b15
commit
207c9575a5
@@ -177,6 +177,7 @@
|
||||
(ui/button
|
||||
""
|
||||
:icon (str "h-" i)
|
||||
:title (t :heading i)
|
||||
:class "to-heading-button"
|
||||
:on-click (fn [_e]
|
||||
(editor-handler/set-heading! block-id format i))
|
||||
|
||||
@@ -338,6 +338,7 @@
|
||||
:dark "Dark"
|
||||
:remove-background "Remove background"
|
||||
:remove-heading "Remove heading"
|
||||
:heading "Heading {1}"
|
||||
:auto-heading "Auto heading"
|
||||
:open "Open"
|
||||
:open-a-directory "Open a local directory"
|
||||
|
||||
Reference in New Issue
Block a user