Added advanced PluginPropertyType::SELECT for improved Avatars plugin

This commit is contained in:
the-djmaze 2022-12-01 19:09:05 +01:00
parent 2f4e17da51
commit c56cc7be73
7 changed files with 57 additions and 59 deletions

View file

@ -671,7 +671,7 @@ window.identiconSvg = hash => {
renderer.finish();
return 'data:image/svg+xml;base64,' + btoa(writer);
return writer;
};
})();