mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
save workflow to config.edn
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
(defn set-preferred-workflow!
|
||||
[workflow]
|
||||
(when workflow
|
||||
(config-handler/set-config! :preferred-workflow workflow)
|
||||
(state/set-preferred-workflow! workflow)
|
||||
(when (:name (:me @state/state))
|
||||
(util/post (str config/api "set_preferred_workflow")
|
||||
|
||||
Reference in New Issue
Block a user