mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
List primary identity
This commit is contained in:
parent
ee03489a31
commit
2e33cc65e0
1 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,6 @@ public class EntityIdentity {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return name;
|
||||
return name + (primary ? " ★" : "");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue