mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: add :feature/enable-search-remove-accents
This commit is contained in:
@@ -1691,3 +1691,8 @@
|
||||
(defn unlinked-dir?
|
||||
[dir]
|
||||
(contains? (:file/unlinked-dirs @state) dir))
|
||||
|
||||
(defn enable-search-remove-accents?
|
||||
[]
|
||||
(:feature/enable-search-remove-accents?
|
||||
(get (sub-config) (get-current-repo))))
|
||||
Reference in New Issue
Block a user