|
@@ -641,7 +641,11 @@
|
|
|
:dev/rtc-stop {:binding []
|
|
:dev/rtc-stop {:binding []
|
|
|
:db-graph? true
|
|
:db-graph? true
|
|
|
:inactive (not (state/developer-mode?))
|
|
:inactive (not (state/developer-mode?))
|
|
|
- :fn :frontend.handler.common.developer/rtc-stop}})
|
|
|
|
|
|
|
+ :fn :frontend.handler.common.developer/rtc-stop}
|
|
|
|
|
+ :dev/rtc-start {:binding []
|
|
|
|
|
+ :db-graph? true
|
|
|
|
|
+ :inactive (not (state/developer-mode?))
|
|
|
|
|
+ :fn :frontend.handler.common.developer/rtc-start}})
|
|
|
|
|
|
|
|
(let [keyboard-commands
|
|
(let [keyboard-commands
|
|
|
{::commands (set (keys all-built-in-keyboard-shortcuts))
|
|
{::commands (set (keys all-built-in-keyboard-shortcuts))
|
|
@@ -871,6 +875,7 @@
|
|
|
:dev/validate-db
|
|
:dev/validate-db
|
|
|
:dev/fix-broken-graph
|
|
:dev/fix-broken-graph
|
|
|
:dev/rtc-stop
|
|
:dev/rtc-stop
|
|
|
|
|
+ :dev/rtc-start
|
|
|
:ui/customize-appearance])
|
|
:ui/customize-appearance])
|
|
|
(with-meta {:before m/enable-when-not-editing-mode!}))
|
|
(with-meta {:before m/enable-when-not-editing-mode!}))
|
|
|
|
|
|
|
@@ -1065,6 +1070,7 @@
|
|
|
:dev/validate-db
|
|
:dev/validate-db
|
|
|
:dev/fix-broken-graph
|
|
:dev/fix-broken-graph
|
|
|
:dev/rtc-stop
|
|
:dev/rtc-stop
|
|
|
|
|
+ :dev/rtc-start
|
|
|
:ui/clear-all-notifications]
|
|
:ui/clear-all-notifications]
|
|
|
|
|
|
|
|
:shortcut.category/plugins
|
|
:shortcut.category/plugins
|