miner improvements

This commit is contained in:
kepler155c@gmail.com
2018-12-09 13:33:55 -05:00
parent c814d178e6
commit 37ffae42bd
2 changed files with 19 additions and 16 deletions

View File

@@ -60,7 +60,7 @@ end
function page:applyFilter()
local t = Util.filter(context.storage.nodes, function(v)
return v.mtype ~= 'hidden' and device[v.name]
return v.mtype == 'ignore' and device[v.name]
end)
self.grid:setValues(t)