mirror of
https://github.com/safing/portmaster
synced 2025-04-17 09:29:09 +00:00
Fix app icon component re-use
This commit is contained in:
parent
f3ef67ddb1
commit
4858d182fa
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue