1
0
mirror of https://github.com/kepler155c/opus synced 2025-04-07 08:06:54 +00:00

Better event handling

This commit is contained in:
signalhunter 2020-08-22 03:45:35 -04:00
parent 17391c1e00
commit 38ae5bcf78

View File

@ -47,7 +47,9 @@ return UI.Tab {
hosts[event.selected.id] = nil
Util.writeTable('usr/.known_hosts', hosts)
self:reload()
return true
else
return UI.Tab.eventHandler(self, event)
end
return true
end
}