ui theme generator + better module handling

This commit is contained in:
xAnavrins
2019-07-16 23:21:33 -04:00
parent c8f200ebb6
commit 672cca3084
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)