mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix: remove filename skip check config
This commit is contained in:
@@ -362,10 +362,8 @@
|
||||
(repo-handler/graph-ready! repo)
|
||||
(when (and (util/electron?)
|
||||
(not (config/demo-graph?))
|
||||
(= :legacy (state/get-filename-format))
|
||||
(not (get-in (state/get-config) [:file/name-format-skip-check] false)))
|
||||
(state/pub-event! [:ui/notify-outdated-filename-format []]))
|
||||
)
|
||||
(= :legacy (state/get-filename-format)))
|
||||
(state/pub-event! [:ui/notify-outdated-filename-format []])))
|
||||
|
||||
(defmethod handle :notification/show [[_ {:keys [content status clear?]}]]
|
||||
(notification/show! content status clear?))
|
||||
|
||||
Reference in New Issue
Block a user