mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
enhance(ui): polish default border color variable
This commit is contained in:
@@ -606,7 +606,8 @@
|
||||
:options {:on-click
|
||||
#(p/let [root (plugin-handler/get-ls-dotdir-root)]
|
||||
(js/apis.openPath (str root "/preferences.json")))}}
|
||||
{:title [:span.flex.items-center.whitespace-nowrap.space-x-1 (ui/icon "bug") (t :plugin/open-logseq-dir) [:code "~/.logseq"]]
|
||||
{:title [:span.flex.items-center.whitespace-nowrap.gap-1
|
||||
(ui/icon "bug") (t :plugin/open-logseq-dir) [:code "~/.logseq"]]
|
||||
:options {:on-click
|
||||
#(p/let [root (plugin-handler/get-ls-dotdir-root)]
|
||||
(js/apis.openPath root))}}])
|
||||
|
||||
Reference in New Issue
Block a user