mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 09:26:34 +00:00
Update watermark preference based on build type and enhance URL bar positioning
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user