mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
enhance: encrypt the default files before writing to the disk
This commit is contained in:
@@ -73,6 +73,9 @@
|
||||
(t :no)]]]]))
|
||||
|
||||
(defn encryption-setup-dialog
|
||||
[repo-url]
|
||||
(fn [close-fn]
|
||||
(encryption-setup-dialog-inner repo-url close-fn)))
|
||||
[repo-url close-fn]
|
||||
(fn [close-modal-fn]
|
||||
(let [close-fn (fn []
|
||||
(close-fn)
|
||||
(close-modal-fn))]
|
||||
(encryption-setup-dialog-inner repo-url close-fn))))
|
||||
|
||||
Reference in New Issue
Block a user