mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
feat(electron): fix fs watcher ignored
Also, use rfe for links
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
|
||||
(defn get-config
|
||||
[repo-url]
|
||||
(db/get-file repo-url (str config/app-name "/" config/config-file)))
|
||||
(db/get-file repo-url (config/get-config-path)))
|
||||
|
||||
(defn reset-config!
|
||||
[repo-url content]
|
||||
|
||||
Reference in New Issue
Block a user