Can now create new configs on the fly using: local config = g_configs.create(file)

This commit is contained in:
BenDol
2014-04-02 01:54:13 +13:00
parent 5204e3ac03
commit 2d84fae2c8
4 changed files with 30 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ g_resources.setupUserWriteDir(g_app.getCompactName())
-- search all packages
g_resources.searchAndAddPackages('/', '.otpkg', true)
-- load configurations
-- load settings
g_configs.loadSettings("/config.otml")
g_modules.discoverModules()