chore: Clean up old prefs and fixed small details, b=no-bug, c=common, folders, workspaces

This commit is contained in:
Mr. M
2025-08-17 19:00:24 +02:00
parent 25087e3cbf
commit e06402f468
6 changed files with 19 additions and 22 deletions

View File

@@ -1089,7 +1089,7 @@
return color.c;
}
let opacity = this.currentOpacity;
if (forToolbar) {
if (forToolbar && !this.#allowTransparencyOnSidebar) {
color = this.blendColors(
color.c,
this.getToolbarModifiedBaseRaw().slice(0, 3),