fix: Fixed changing folder icon in collapsed mode, b=closes #9866, c=folders, workspaces

This commit is contained in:
Mr. M
2025-08-14 13:06:07 +02:00
parent 2d54e9f27f
commit 187053c4e8
3 changed files with 7 additions and 3 deletions

View File

@@ -1315,7 +1315,7 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
if (this.workspaceHasIcon(workspace)) {
return workspace.icon;
}
return '';
return new Intl.Segmenter().segment(workspace.name).containing().segment.toUpperCase();
}
get shouldShowContainers() {