🐛 Only the first plugin switch is valid in the marketplace downloaded Fix https://github.com/siyuan-note/siyuan/issues/8243

This commit is contained in:
Liang Ding 2023-05-13 22:00:49 +08:00
parent b3b891338b
commit 52054e53d8
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -57,7 +57,6 @@ func InstalledPlugins() (plugins []*bazaar.Plugin) {
petal := getPetalByName(plugin.Name, petals)
if nil != petal {
plugin.Enabled = petal.Enabled
break
}
}
return