mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(ui): cmd k hint showing Mac icon on Windows
This commit is contained in:
@@ -944,7 +944,7 @@
|
|||||||
[:<>
|
[:<>
|
||||||
(button-fn "Open" ["return"])
|
(button-fn "Open" ["return"])
|
||||||
(button-fn "Open in sidebar" ["shift" "return"] {:open-sidebar? true})
|
(button-fn "Open in sidebar" ["shift" "return"] {:open-sidebar? true})
|
||||||
(when (:source-block @(::highlighted-item state)) (button-fn "Copy ref" ["⌘" "c"]))]
|
(when (:source-block @(::highlighted-item state)) (button-fn "Copy ref" ["cmd" "c"]))]
|
||||||
|
|
||||||
:search
|
:search
|
||||||
[:<>
|
[:<>
|
||||||
|
|||||||
Reference in New Issue
Block a user