diff --git a/parse/icon.js b/parse/icon.js index 939e74f2..155437fb 100644 --- a/parse/icon.js +++ b/parse/icon.js @@ -3,7 +3,7 @@ const parseIcon = (profile, i) => { const res = { type: i.res || null, - title: i.text || null + title: i.text || i.txt || i.txtS || null } if (i.fg) res.fgColor = i.fg if (i.bg) res.bgColor = i.bg