mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 18:09:59 +02:00
Refactor ZenKeyboardShortcuts.mjs to rebuild shortcuts if data is missing
This commit is contained in:
parent
d567e18216
commit
ed83f5952e
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ class ZenKeyboardShortcutsVersioner {
|
||||||
|
|
||||||
migrateIfNeeded(data) {
|
migrateIfNeeded(data) {
|
||||||
if (!data) {
|
if (!data) {
|
||||||
// Rebuid the shortcuts
|
// Rebuid the shortcuts, just in case
|
||||||
this.version = 0;
|
this.version = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue