Add missing logo_96
icon, fix a few incorrect paths
This commit is contained in:
parent
4c9100eae3
commit
9a4ecf0f88
6 changed files with 8 additions and 5 deletions
|
@ -209,7 +209,7 @@ impl PickerDelegate for ContactFinderDelegate {
|
|||
|
||||
let icon_path = match request_status {
|
||||
ContactRequestStatus::None | ContactRequestStatus::RequestReceived => {
|
||||
Some("icons/check_8.svg")
|
||||
Some("icons/check.svg")
|
||||
}
|
||||
ContactRequestStatus::RequestSent => Some("icons/x.svg"),
|
||||
ContactRequestStatus::RequestAccepted => None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue