mirror of
https://github.com/kepler155c/opus
synced 2025-06-19 15:04:10 +00:00
Better event handling
This commit is contained in:
parent
17391c1e00
commit
38ae5bcf78
@ -47,7 +47,9 @@ return UI.Tab {
|
|||||||
hosts[event.selected.id] = nil
|
hosts[event.selected.id] = nil
|
||||||
Util.writeTable('usr/.known_hosts', hosts)
|
Util.writeTable('usr/.known_hosts', hosts)
|
||||||
self:reload()
|
self:reload()
|
||||||
return true
|
else
|
||||||
|
return UI.Tab.eventHandler(self, event)
|
||||||
end
|
end
|
||||||
|
return true
|
||||||
end
|
end
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user