mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-08 16:11:29 +03:00
fix ui reversed
This commit is contained in:
@@ -416,7 +416,7 @@ impl Window {
|
|||||||
// clear list
|
// clear list
|
||||||
authorized.remove_all();
|
authorized.remove_all();
|
||||||
// insert fingerprints
|
// insert fingerprints
|
||||||
for (description, fingerprint) in fingerprints {
|
for (fingerprint, description) in fingerprints {
|
||||||
let key_obj = KeyObject::new(description, fingerprint);
|
let key_obj = KeyObject::new(description, fingerprint);
|
||||||
authorized.append(&key_obj);
|
authorized.append(&key_obj);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user