Adds option for widget labels (#769)

This commit is contained in:
Lissy93
2022-07-02 22:28:39 +01:00
parent 4210c985b7
commit eff49995b9
2 changed files with 10 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ export default {
if (emojiLookup[emojiCode]) {
return emojiLookup[emojiCode];
} else {
this.imageNotFound(`No emoji found with name '${emojiCode}'`);
// this.imageNotFound(`No emoji found with name '${emojiCode}'`);
return null;
}
},