mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-11 23:30:55 +03:00
impl fingerprint ui logic
This commit is contained in:
@@ -274,6 +274,12 @@ impl Cli {
|
||||
FrontendEvent::EmulationStatus(s) => {
|
||||
eprintln!("emulation status: {s:?}")
|
||||
}
|
||||
FrontendEvent::AuthorizedUpdated(keys) => {
|
||||
eprintln!("authorized keys changed:");
|
||||
for key in keys {
|
||||
eprintln!("{key}");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user