feat: Remove default icon from private workspaces, b=(no-bug), c=workspaces

This commit is contained in:
mr. m
2025-05-22 19:59:14 +02:00
parent d15b1f3c1e
commit 6c5be98173
2 changed files with 1 additions and 2 deletions

View File

@@ -2614,7 +2614,6 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
}
if (this.isPrivateWindow) {
name = 'Private ' + name;
icon = '🥸';
}
// get extra tabs remaning (e.g. on new profiles) and just move them to the new workspace
const extraTabs = Array.from(gBrowser.tabContainer.arrowScrollbox.children).filter(