mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
enhance(rtc): add command :dev/rtc-stop
This commit is contained in:
@@ -637,7 +637,11 @@
|
||||
:dev/validate-db {:binding []
|
||||
:db-graph? true
|
||||
:inactive (not (state/developer-mode?))
|
||||
:fn :frontend.handler.common.developer/validate-db}})
|
||||
:fn :frontend.handler.common.developer/validate-db}
|
||||
:dev/rtc-stop {:binding []
|
||||
:db-graph? true
|
||||
:inactive (not (state/developer-mode?))
|
||||
:fn :frontend.handler.common.developer/rtc-stop}})
|
||||
|
||||
(let [keyboard-commands
|
||||
{::commands (set (keys all-built-in-keyboard-shortcuts))
|
||||
@@ -866,6 +870,7 @@
|
||||
:dev/replace-graph-with-db-file
|
||||
:dev/validate-db
|
||||
:dev/fix-broken-graph
|
||||
:dev/rtc-stop
|
||||
:ui/customize-appearance])
|
||||
(with-meta {:before m/enable-when-not-editing-mode!}))
|
||||
|
||||
@@ -1059,6 +1064,7 @@
|
||||
:dev/replace-graph-with-db-file
|
||||
:dev/validate-db
|
||||
:dev/fix-broken-graph
|
||||
:dev/rtc-stop
|
||||
:ui/clear-all-notifications]
|
||||
|
||||
:shortcut.category/plugins
|
||||
|
||||
Reference in New Issue
Block a user