diff --git a/desktop/angular/src/app/shared/app-icon/app-icon.ts b/desktop/angular/src/app/shared/app-icon/app-icon.ts index 826c89c0..e9a32ce1 100644 --- a/desktop/angular/src/app/shared/app-icon/app-icon.ts +++ b/desktop/angular/src/app/shared/app-icon/app-icon.ts @@ -94,7 +94,7 @@ export class AppIconComponent implements OnInit, OnDestroy { this._profile = p || null; if (this.initDone) { - this.updateView(true); + this.updateView(); } } get profile(): IDandName | null | undefined {