feat: Small improvements to haptifc feedback and coloring, b=no-bug, c=common, media, tabs, workspaces

This commit is contained in:
mr. m
2025-06-28 18:04:30 +02:00
parent 2a701bd2b9
commit 3da5eda339
14 changed files with 51 additions and 48 deletions

View File

@@ -2022,10 +2022,7 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
}
_shouldChangeToTab(aTab) {
return !(
aTab?.hasAttribute('zen-essential') ||
(aTab?.pinned && aTab?.hasAttribute('pending'))
);
return !(aTab?.pinned && aTab?.hasAttribute('pending'));
}
async #shouldShowTabInCurrentWorkspace(tab) {