mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix: shortcut warning at startup
This commit is contained in:
@@ -398,12 +398,12 @@
|
||||
|
||||
:editor/open-file-in-default-app (when (util/electron?)
|
||||
{:desc "Open file in default app"
|
||||
:binding nil
|
||||
:binding false
|
||||
:fn page-handler/open-file-in-default-app})
|
||||
|
||||
:editor/open-file-in-directory (when (util/electron?)
|
||||
{:desc "Open file in parent directory"
|
||||
:binding nil
|
||||
:binding false
|
||||
:fn page-handler/open-file-in-directory})
|
||||
|
||||
:ui/toggle-wide-mode {:desc "Toggle wide mode"
|
||||
|
||||
Reference in New Issue
Block a user