forked from extern/egroupware
Make default avatar shape "rounded"
This commit is contained in:
parent
47469c3842
commit
8b4b66a17e
@ -100,6 +100,8 @@ export class Et2Avatar extends Et2Widget(SlotMixin(SlAvatar)) implements et2_IDe
|
|||||||
this.editable = false;
|
this.editable = false;
|
||||||
this.crop = false;
|
this.crop = false;
|
||||||
this.size = "2.7em";
|
this.size = "2.7em";
|
||||||
|
this.icon = "";
|
||||||
|
this.shape = "rounded";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user