Embed default icons (#3577)

* Move tag svg to embed
* Update doc
* Embed default studio image
This commit is contained in:
WithoutPants
2023-04-17 15:28:32 +10:00
committed by GitHub
parent 6a6545305c
commit aebb8b07df
8 changed files with 101 additions and 134 deletions

View File

@@ -1726,5 +1726,5 @@ func linkTagsParent(ctx context.Context, qb models.TagReaderWriter) error {
}
func addTagImage(ctx context.Context, qb models.TagWriter, tagIndex int) error {
return qb.UpdateImage(ctx, tagIDs[tagIndex], models.DefaultTagImage)
return qb.UpdateImage(ctx, tagIDs[tagIndex], []byte("image"))
}