Refactor Zen components: update CSS variable for toolbar button fill, improve tab unloading logic, and enhance tab icon URLs

This commit is contained in:
mr. M
2025-03-06 12:55:34 +01:00
parent 10b6551ea3
commit ddb0a65957
4 changed files with 6 additions and 8 deletions

View File

@@ -614,8 +614,6 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
if (currentTab.pinned) {
this.selectEmptyTab();
try {
console.log(currentTab)
console.log(currentTab.linkedBrowser?.currentURI.spec)
gZenTabUnloader.explicitUnloadTabs([currentTab]);
} catch (e) {
console.error('ZenWorkspaces: Error unloading tab', e);