Fixed workspace indicator appearing when workspaces are disabled

This commit is contained in:
mr. M
2024-11-13 23:35:43 +01:00
parent ec433fa852
commit 057d258660

View File

@@ -435,8 +435,8 @@
}
}
@media not (-moz-bool-pref: 'zen.workspaces.show-workspace-indicator') {
@media not (-moz-bool-pref: 'zen.workspaces.show-workspace-indicator') or (not (-moz-bool-pref: 'zen.workspaces.enabled')) {
#zen-current-workspace-indicator {
display: none;
display: none !important;
}
}