What is this option accomplishing in oxide.config.json? Couldn't find an explanation for the whole config anywhere.. Thank you :)
"PluginWatchers": true option in the configSolved
A plugin watcher is what watches plugins to see when they need to be reloaded, loaded, unloaded, etc. By setting this to false, plugins would no longer automatically be loaded, unloaded, or reloaded when changes are detected.
In response to pacite ():Ah, that makes sense, thanks very much! Is there a documentation about all that somewhere, cause I c...
The source is available on our GitHub: https://github.com/theumod/
Locked automatically