Closed nexpid closed 2 months ago
What's the usecase for this?
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
Adds a boolean called
initial
to the plugin api object that'strue
if the plugin was loaded on startupfalse
if it was enabled/installed by the user afterwards