1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-10 02:06:24 +02:00

Update Firefox version to 134.0.2 in README and surfer.json

This commit is contained in:
mr. M 2025-01-21 18:29:20 +01:00
parent a66abd037e
commit eede41fb18
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
10 changed files with 46 additions and 36 deletions

View file

@ -64,6 +64,7 @@ export var ZenCustomizableUI = new (class {
addon-webext-overflowtarget="overflowed-extensions-list"
mode="icons">
<hbox id="zen-sidebar-top-buttons-customization-target" class="customization-target" flex="1">
<html:div id="zen-sidebar-top-buttons-separator" skipintoolbarset="true" overflows="false"></html:div>
</hbox>
</toolbar>
`);
@ -85,7 +86,7 @@ export var ZenCustomizableUI = new (class {
for (let id of this.defaultSidebarIcons) {
const elem = window.document.getElementById(id);
if (!elem) continue;
if (!elem || elem.id === 'zen-workspaces-button') continue;
elem.setAttribute('removable', 'true');
}