bunny-mod / Bunny

A Discord mobile app client modification.
BSD 3-Clause "New" or "Revised" License
1.53k stars 34 forks source link

feat(plugins): add initial boolean to plugin api #71

Closed nexpid closed 2 months ago

nexpid commented 3 months ago

Adds a boolean called initial to the plugin api object that's

Ushie commented 3 months ago

What's the usecase for this?

nexpid commented 3 months ago

What's the usecase for this?

In my case, I'd use it with Themes+ to load the current iconpack from cache on startup, since fetching data from the internet always takes just a bit too long, and as a result some components need to be manually re-rendered to have a custom icon applied