mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-08 10:56:36 +00:00
Fix typos [skip ci]
This commit is contained in:
@@ -219,7 +219,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
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user