mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-17 15:21:53 +00:00
Fixed PGO builds not fully working
This commit is contained in:
@@ -538,7 +538,7 @@ class ZenKeyboardShortcutsLoader {
|
||||
} catch (e) {
|
||||
// Recreate shortcuts file
|
||||
Services.prefs.clearUserPref('zen.keyboard.shortcuts.version');
|
||||
console.error('Error loading shortcuts file', e);
|
||||
console.warn('Error loading shortcuts file', e);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
@@ -557,7 +557,6 @@ function zenGetDefaultShortcuts() {
|
||||
// For adding new default shortcuts, add them to inside the migration function
|
||||
// and increment the version number.
|
||||
|
||||
console.info('Zen CKS: Loading default shortcuts...');
|
||||
let keySet = document.getElementById(ZEN_MAIN_KEYSET_ID);
|
||||
let newShortcutList = [];
|
||||
|
||||
|
Reference in New Issue
Block a user