mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-09 22:31:28 +03:00
add ui mockup
This commit is contained in:
@@ -118,6 +118,11 @@ impl Window {
|
||||
self.obj().request_capture();
|
||||
}
|
||||
|
||||
#[template_callback]
|
||||
fn handle_add_cert_fingerprint(&self, _button: &Button) {
|
||||
log::info!("TODO: impl add certificate fingerprint");
|
||||
}
|
||||
|
||||
pub fn set_port(&self, port: u16) {
|
||||
self.port.set(port);
|
||||
if port == DEFAULT_PORT {
|
||||
|
||||
Reference in New Issue
Block a user