mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +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 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
|
||||
[:<>
|
||||
|
||||
Reference in New Issue
Block a user