mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-10 17:04:10 +00:00
wallets: sort by id
This commit is contained in:
@@ -53,6 +53,8 @@ impl WalletList {
|
||||
}
|
||||
}
|
||||
}
|
||||
// Sort wallets by id.
|
||||
wallets.sort_by_key(|w| w.config.id);
|
||||
wallets
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user