pull/194087/head
Sandeep Somavarapu 2023-09-26 05:29:08 +02:00 committed by GitHub
parent bfe28249a5
commit 207f6454da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@ export class UserDataProfileImportExportService extends Disposable implements IU
const updateIcon = (updated: ThemeIcon | undefined) => {
icon = updated ?? DEFAULT_ICON;
profileIconElement.className = `profile-icon ${ThemeIcon.asClassName(icon)}`;
profileIconElement.ariaLabel = localize('select icon', "Icon: {0}", icon.id);
};
disposables.add(iconSelectBox.onDidSelect(selectedIcon => {
if (icon.id !== selectedIcon.id) {