mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Add plugin config items backends and frontends https://github.com/siyuan-note/siyuan/issues/8386
Improve plugin load performance https://github.com/siyuan-note/siyuan/issues/8397
This commit is contained in:
parent
bd9affef7f
commit
e541329790
6 changed files with 11 additions and 6 deletions
|
|
@ -60,7 +60,7 @@ func SetPetalEnabled(name string, enabled bool, frontend string) (ret *Petal, er
|
|||
ret.Incompatible = incompatible
|
||||
|
||||
if incompatible {
|
||||
err = fmt.Errorf("plugin [%s] is incompatible", name)
|
||||
err = fmt.Errorf(Conf.Language(205))
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue