ui theme generator + better module handling

This commit is contained in:
kepler155c@gmail.com
2019-07-15 20:08:30 -06:00
parent c43fe19f1d
commit 87c7e5ff7e
6 changed files with 110 additions and 96 deletions

View File

@@ -23,5 +23,5 @@ end
-- register oc devices as peripherals
kernel.hook('device_attach', function(_, eventData)
register(device[eventData[2]])
register(device[eventData[1]])
end)