From 6e4bd51e187d2d7300463fad78ea8031a2ef2f2c Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 4 Dec 2022 14:42:04 +0800 Subject: [PATCH] LMMgr // Update FileObserveProject when necessary. --- Source/Modules/LMMgr.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Modules/LMMgr.swift b/Source/Modules/LMMgr.swift index 6ede03a9..5ea62175 100644 --- a/Source/Modules/LMMgr.swift +++ b/Source/Modules/LMMgr.swift @@ -599,7 +599,6 @@ public enum LMMgr { // The new FolderMonitor module does NOT monitor cases that files are modified // by the current application itself, requiring additional manual loading process here. - // if !PrefMgr.shared.shouldAutoReloadUserDataFiles {} loadUserPhrasesData(type: .thePhrases) return true }