mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-28 07:30:54 +03:00
implementing release logic for one-way connection
This commit is contained in:
@@ -142,6 +142,8 @@ fn build_ui(app: &Application) {
|
||||
FrontendEvent::PublicKeyFingerprint(fp) => {
|
||||
window.set_pk_fp(&fp);
|
||||
}
|
||||
FrontendEvent::IncomingConnected(fp, addr, pos) => {}
|
||||
FrontendEvent::IncomingDisconnected(fp) => {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user