mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-26 01:04:15 +00:00
fix: Fixed Inconsistant capitalization in blank window locales, b=closes #12009, c=kbs
This commit is contained in:
@@ -1109,7 +1109,7 @@ class nsZenKeyboardShortcutsVersioner {
|
||||
|
||||
if (version < 15) {
|
||||
// Migrate from version 13 to 14
|
||||
// Add shortcut to open a new unsynced window: Default accelt+option+N (Ctrl+Alt+N on non-macOS)
|
||||
// Add shortcut to open a new unsynced window: Default accelt+shift+N
|
||||
data.push(
|
||||
new KeyShortcut(
|
||||
"zen-new-unsynced-window",
|
||||
|
||||
@@ -17,7 +17,7 @@ ChromeUtils.defineESModuleGetters(lazy, {
|
||||
setTimeout: "resource://gre/modules/Timer.sys.mjs",
|
||||
});
|
||||
|
||||
XPCOMUtils.defineLazyPreferenceGetter(lazy, "gWindowSyncEnabled", "zen.window-sync.enabled");
|
||||
XPCOMUtils.defineLazyPreferenceGetter(lazy, "gWindowSyncEnabled", "zen.window-sync.enabled", true);
|
||||
XPCOMUtils.defineLazyPreferenceGetter(lazy, "gShouldLog", "zen.window-sync.log", true);
|
||||
|
||||
const OBSERVING = ["browser-window-before-show", "sessionstore-windows-restored"];
|
||||
|
||||
Reference in New Issue
Block a user