milo: text scaling + manipulator fixes

This commit is contained in:
kepler155c@gmail.com
2018-12-02 13:16:00 -05:00
parent 27c455ba16
commit 4b229b868e
3 changed files with 58 additions and 10 deletions

View File

@@ -21,6 +21,11 @@ function Storage:init(nodes)
Event.on({ 'device_attach', 'device_detach' }, function(e, dev)
_G._debug('%s: %s', e, tostring(dev))
if e == 'device_detach' then
if self.nodes[dev] then
self.nodes[dev].adapter = nil
end
end
self:initStorage()
end)
Event.onInterval(15, function()