GriefMoDz / better-status-indicators

A Powercord plug-in that provides enhanced functionality and personalization to statuses.
Open Software License 3.0
70 stars 8 forks source link

Fix crash #54

Closed SammyWhamy closed 1 year ago

SammyWhamy commented 1 year ago

Sometimes on line 79 res.props.children[0] is false, causing it to crash. I don't know why this differs sometimes but simply finding the correct child and then applying the mask seems to work perfectly.