mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-03 04:25:12 +00:00
fix: Fixed keyboard shortcuts not saving correctly, b=no-bug, c=kbs
This commit is contained in:
@@ -8,9 +8,12 @@ const { nsZenMultiWindowFeature } = ChromeUtils.importESModule(
|
||||
{ global: 'current' }
|
||||
);
|
||||
|
||||
ChromeUtils.importESModule('chrome://browser/content/zen-components/ZenKeyboardShortcuts.mjs', {
|
||||
global: 'current',
|
||||
});
|
||||
const { nsKeyShortcutModifiers } = ChromeUtils.importESModule(
|
||||
'chrome://browser/content/zen-components/ZenKeyboardShortcuts.mjs',
|
||||
{
|
||||
global: 'current',
|
||||
}
|
||||
);
|
||||
|
||||
var gZenMarketplaceManager = {
|
||||
async init() {
|
||||
|
||||
Reference in New Issue
Block a user