mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
🎨 集市支持已安装的包单独显示 https://github.com/siyuan-note/siyuan/issues/5678
This commit is contained in:
parent
7e8bcc4f62
commit
22cf11f229
3 changed files with 3 additions and 2 deletions
|
|
@ -151,7 +151,7 @@ func InstalledIcons() (ret []*Icon) {
|
|||
}
|
||||
|
||||
func isBuiltInIcon(dirName string) bool {
|
||||
return "and" == dirName || "material" == dirName
|
||||
return "ant" == dirName || "material" == dirName
|
||||
}
|
||||
|
||||
func InstallIcon(repoURL, repoHash, installPath string, systemID string) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue