mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:39:58 +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']),
|
||||
json['action'],
|
||||
json['l10nId'],
|
||||
json['disabled'] == 'true',
|
||||
json['reserved'] == 'true',
|
||||
json['internal'] == 'true'
|
||||
json['disabled'],
|
||||
json['reserved'],
|
||||
json['internal']
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue