mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 13:49:59 +02:00
Fixed MacOS native shortcuts
This commit is contained in:
parent
d66477ba43
commit
ecdc196752
1 changed files with 3 additions and 3 deletions
|
@ -324,9 +324,9 @@ class KeyShortcut {
|
||||||
KeyShortcutModifiers.parseFromJSON(json['modifiers']),
|
KeyShortcutModifiers.parseFromJSON(json['modifiers']),
|
||||||
json['action'],
|
json['action'],
|
||||||
json['l10nId'],
|
json['l10nId'],
|
||||||
json['disabled'] == 'true',
|
json['disabled'],
|
||||||
json['reserved'] == 'true',
|
json['reserved'],
|
||||||
json['internal'] == 'true'
|
json['internal']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue