Merge branch 'zen-browser:dev' into dev

This commit is contained in:
Studio Movie Girl
2024-12-01 16:24:42 -06:00
committed by GitHub
11 changed files with 24 additions and 24 deletions

View File

@@ -226,7 +226,7 @@ pref('browser.newtabpage.activity-stream.system.showWeather', true);
pref("browser.toolbars.bookmarks.visibility", "never");
// Enable experimental settings page (Usef for Zen Labs)
// Enable experimental settings page (Used for Zen Labs)
pref('browser.preferences.experimental', true);
#include better-fox.js

View File

@@ -368,8 +368,8 @@ class KeyShortcut {
}
key.setAttribute('group', this.#group);
// note to "mr. macos": We add the `zen-` prefix because since firefox hasnt been built with the
// shortcuts in mind, it will siply just override the shortcuts with whatever the default is.
// note to "mr. macos": We add the `zen-` prefix because firefox hasnt been built with the
// shortcuts in mind, it will simply just override the shortcuts with whatever the default is.
// note that this l10n id is not used for actually translating the key's label, but rather to
// identify the default keybinds.
if (this.#l10nId) {