You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining a hierarchy of scripts mixed with script folders, the folders seem to be placed at the top of the tree regardless of their position defined in the scripts.json for that directory.
When defining a hierarchy of scripts mixed with script folders, the folders seem to be placed at the top of the tree regardless of their position defined in the scripts.json for that directory.
Example scripts json for my MedUI:
[ { "name": "CSSMan", "isActive": "yes", "isFolder": "no" }, { "name": "MedPrompt", "isActive": "yes", "isFolder": "no" }, { "name": "Main", "isActive": "yes", "isFolder": "no" }, { "name": "MedieviaTabbedChat", "isActive": "yes", "isFolder": "yes" } ]
Here, MedieviaTabbedChat depends on Main being loaded first, however after being muddled the MedieviaTabbedChat is listed first under the MedUI Tree:
The text was updated successfully, but these errors were encountered: