1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-21 07:38:06 +00:00

major directory reorganize

This commit is contained in:
kepler155c@gmail.com
2017-05-20 18:27:26 -04:00
parent 7954c79d66
commit c8147ef9e8
85 changed files with 67 additions and 59 deletions

View File

@@ -202,7 +202,7 @@ function Manager:configure(appName, ...)
textScale = { arg = 't', type = 'number',
desc = 'Text scale' },
}
local defaults = Util.loadTable('/config/' .. appName) or { }
local defaults = Util.loadTable('usr/config/' .. appName) or { }
if not defaults.device then
defaults.device = { }
end
@@ -3321,7 +3321,7 @@ function UI.NftImage:setImage(image)
self.image = image
end
UI:loadTheme('config/ui.theme')
UI:loadTheme('usr/config/ui.theme')
if os.getVersion() >= 1.79 then
UI:loadTheme('sys/etc/ext.theme')
end