SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

Ability to defer plugin-load in ready call #219

Closed SML-MeSo closed 5 years ago

SML-MeSo commented 6 years ago

Right now, when using XJS in the config window, calling xjs.ready automatically calls plugin-load upon resolution, which removes the loading indicator and shows the contents of the source configuration window. However, there may be instances when the contents of the configuration window is based on some xjs calls such that plugin-load will be called before the configuration window is fully ready.

Solution to this is two-part:

  1. ability to remove calling of plugin-load
  2. ability to manually call it