tobischo / gokeepasslib

A library to read and write keepass 2 files written in go
MIT License
251 stars 30 forks source link

Support for Custom Icons #67

Closed npotts closed 3 years ago

npotts commented 3 years ago

I am not super confident when this feature was added, but this should add some connective tissue in order allow for custom icons.

Most likely needs some altering of the go tags to support the structure

(uuid) (base64 PNG string)
npotts commented 3 years ago

Done. I also added checks to make sure Icons were saved. Go ahead and merge if good, otherwise let me know!