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