9 lines
438 B
JavaScript
9 lines
438 B
JavaScript
/*
|
|
This hook is used to broadcast the final status of all tweaks within the module,
|
|
allowing other modules to either confirm their registration didn't happen or to
|
|
do something once all of the module setup has been finalized. Tweak statuses
|
|
cannot be blocked or changed from this hook, to prevent a tweak from being
|
|
registered you should use the "oft.preRegisterTweak" hook.
|
|
|
|
Call Signature: (settings: Record<string, string>) => void
|
|
*/
|