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

Update firefox RC builds to 135.0.1

This commit is contained in:
mr. M 2025-02-18 12:06:28 +01:00
parent baa4402a62
commit bf31cc24d6
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
8 changed files with 5 additions and 20 deletions

View file

@ -30,7 +30,7 @@
Zen is currently built using firefox version `135.0`! 🚀 Zen is currently built using firefox version `135.0`! 🚀
- [`Zen Twilight`](https://zen-browser.app/download?twilight) - Is currently built using firefox version `RC 135.0`! - [`Zen Twilight`](https://zen-browser.app/download?twilight) - Is currently built using firefox version `RC 135.0.1`!
- Check out the latest [release notes](https://zen-browser.app/release-notes)! - Check out the latest [release notes](https://zen-browser.app/release-notes)!
- Part of our mission is to keep Zen up-to-date with the latest version of Firefox, so you can enjoy the latest features and security updates! - Part of our mission is to keep Zen up-to-date with the latest version of Firefox, so you can enjoy the latest features and security updates!

View file

@ -1 +1 @@
7d861618502fc97ac8da8a1a78ec09b226c55dd5 518abcb6b26eff3228d55061bea393d1bf9330e0

2
l10n

@ -1 +1 @@
Subproject commit bd83bef82c769661c8bd64a773b645f182fd2b6d Subproject commit 81172167fe97960d19b4819b2982049d06ea2437

View file

@ -143,7 +143,6 @@ pref('zen.view.sidebar-expanded.max-width', 500);
pref('zen.view.mac.show-three-dot-menu', false); pref('zen.view.mac.show-three-dot-menu', false);
pref('zen.widget.mac.mono-window-controls', true); pref('zen.widget.mac.mono-window-controls', true);
#endif #endif
pref('zen.view.show-bottom-border', false);
pref('zen.view.use-single-toolbar', true); pref('zen.view.use-single-toolbar', true);
pref('zen.view.sidebar-expanded', true); pref('zen.view.sidebar-expanded', true);
pref('zen.view.sidebar-collapsed.hide-mute-button', true); pref('zen.view.sidebar-collapsed.hide-mute-button', true);

View file

@ -217,12 +217,6 @@
bottom: calc(-1 * var(--zen-toolbox-padding)); bottom: calc(-1 * var(--zen-toolbox-padding));
} }
@media (-moz-bool-pref: 'zen.view.show-bottom-border') {
&::after {
background: light-dark(rgba(1, 1, 1, 0.075), rgba(255, 255, 255, 0.1));
}
}
& > * { & > * {
border-top-width: 0 !important; border-top-width: 0 !important;
} }

View file

@ -969,11 +969,6 @@ Preferences.addAll([
type: 'int', type: 'int',
default: 10, default: 10,
}, },
{
id: 'zen.view.show-bottom-border',
type: 'bool',
default: false,
},
{ {
id: 'zen.workspaces.hide-deactivated-workspaces', id: 'zen.workspaces.hide-deactivated-workspaces',
type: 'bool', type: 'bool',

View file

@ -38,9 +38,6 @@
<checkbox id="zenLooksAndFeelMoveNewtabToTop" <checkbox id="zenLooksAndFeelMoveNewtabToTop"
data-l10n-id="zen-vertical-tabs-newtab-top-button-up" data-l10n-id="zen-vertical-tabs-newtab-top-button-up"
preference="zen.view.show-newtab-button-top"/> preference="zen.view.show-newtab-button-top"/>
<checkbox id="zenLooksAndFeelShowBottomBorder"
data-l10n-id="zen-vertical-tabs-show-bottom-border"
preference="zen.view.show-bottom-border"/>
</vbox> </vbox>
</groupbox> </groupbox>

View file

@ -6,7 +6,7 @@
"version": { "version": {
"product": "firefox", "product": "firefox",
"version": "135.0", "version": "135.0",
"candidate": "135.0" "candidate": "135.0.1"
}, },
"buildOptions": { "buildOptions": {
"generateBranding": true "generateBranding": true
@ -53,4 +53,4 @@
"licenseType": "MPL-2.0" "licenseType": "MPL-2.0"
}, },
"updateHostname": "updates.zen-browser.app" "updateHostname": "updates.zen-browser.app"
} }