🐛 The plugin switch status is not synchronized https://github.com/siyuan-note/siyuan/issues/16155

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-10-23 17:10:50 +08:00
parent e315fd377e
commit bb8b307c2e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1591,7 +1591,7 @@ func processSyncMergeResult(exit, byHand bool, mergeResult *dejavu.MergeResult,
// The plugin switch status is not synchronized https://github.com/siyuan-note/siyuan/issues/16155
entries, err := os.ReadDir(filepath.Join(util.DataDir, "plugins"))
if nil != err {
logging.LogErrorf("read petals dir failed: %s", err)
logging.LogErrorf("read plugins dir failed: %s", err)
} else {
for _, entry := range entries {
if entry.IsDir() {