🐛 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:
parent
b3b891338b
commit
52054e53d8
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ func InstalledPlugins() (plugins []*bazaar.Plugin) {
|
|||
petal := getPetalByName(plugin.Name, petals)
|
||||
if nil != petal {
|
||||
plugin.Enabled = petal.Enabled
|
||||
break
|
||||
}
|
||||
}
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue