Update watermark preference based on build type and enhance URL bar positioning

This commit is contained in:
mr. M
2024-11-30 18:59:47 +01:00
parent 4b6f5282b4
commit c8e44703d5
4 changed files with 11 additions and 3 deletions

View File

@@ -492,7 +492,7 @@
// Return as a proper data URL
return `data:${faviconData.mimeType};base64,${base64String}`;
} catch (ex) {
console.error("Failed to get favicon:", ex);
// console.error("Failed to get favicon:", ex);
return null;
}
}
@@ -577,4 +577,4 @@
}
window.gZenPinnedTabManager = new ZenPinnedTabManager();
}
}