mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-31 21:01:55 +00:00
fix: Fixed changing folder icon in collapsed mode, b=closes #9866, c=folders, workspaces
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user