Fix UI performance issue on Windows
This commit is contained in:
@@ -261,6 +261,14 @@ export class AppIconComponent implements OnInit, OnDestroy {
|
|||||||
case 'api':
|
case 'api':
|
||||||
return of(`${this.httpAPI}/v1/profile/icon/${firstIcon.Value}`);
|
return of(`${this.httpAPI}/v1/profile/icon/${firstIcon.Value}`);
|
||||||
|
|
||||||
|
case 'path':
|
||||||
|
// TODO: Silently ignore for now.
|
||||||
|
return of('');
|
||||||
|
|
||||||
|
case '':
|
||||||
|
// Icon is not set.
|
||||||
|
return of('');
|
||||||
|
|
||||||
default:
|
default:
|
||||||
console.error(`Icon type ${firstIcon.Type} not yet supported`);
|
console.error(`Icon type ${firstIcon.Type} not yet supported`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user