milo: refresh on storage config change + rabbit + auto detect player name

This commit is contained in:
kepler155c
2018-11-21 22:05:04 -05:00
parent 0787cc7913
commit 7498276573
5 changed files with 85 additions and 56 deletions

View File

@@ -140,6 +140,9 @@ end
function networkPage:disable()
UI.Page.disable(self)
Event.off(self.handler)
-- Since some storage may have been added/removed - force a full rescan
context.storage:setDirty()
end
function networkPage:applyFilter()