fix: add :feature/enable-search-remove-accents

This commit is contained in:
maxweilun1989
2022-07-27 18:34:01 +08:00
parent f26681c2ee
commit 15a0f19a82
6 changed files with 25 additions and 14 deletions

View File

@@ -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))))