mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:39:58 +02:00
Allow reserved keyboard shortcuts to be changed
This commit is contained in:
parent
7a8579c913
commit
c79de8b430
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ class KeyShortcut {
|
|||
}
|
||||
|
||||
isUserEditable() {
|
||||
if (!this.#id || this.#internal || this.#reserved || (this.#group == FIREFOX_SHORTCUTS_GROUP && this.#disabled)) {
|
||||
if (!this.#id || this.#internal || (this.#group == FIREFOX_SHORTCUTS_GROUP && this.#disabled)) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue