mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
implement maxmind geo-location for page connection info
This commit is contained in:
parent
c35db8c1ff
commit
eb6da7a362
4 changed files with 67 additions and 20 deletions
|
|
@ -105,7 +105,7 @@ impl Request {
|
|||
if is_focused(e) {
|
||||
e.emit_activate()
|
||||
} else {
|
||||
i.borrow().dialog(Some(e));
|
||||
i.borrow().dialog(&p, Some(e));
|
||||
}
|
||||
}
|
||||
_ => panic!(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue