mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-06 17:21:29 +03:00
add logic for fingerprint verification
This commit is contained in:
@@ -8,6 +8,8 @@ use gtk::subclass::prelude::*;
|
||||
#[derive(Properties, Default)]
|
||||
#[properties(wrapper_type = super::KeyObject)]
|
||||
pub struct KeyObject {
|
||||
#[property(name = "description", get, set, type = String)]
|
||||
pub description: RefCell<String>,
|
||||
#[property(name = "fingerprint", get, set, type = String)]
|
||||
pub fingerprint: RefCell<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user