Skip to content

Commit ecbfdc3

Browse files
committed
Fix: pref keys checking and setting extension migration should match
1 parent c19ceff commit ecbfdc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function startup({webExtension}) {
9696
changed: changed
9797
});
9898

99-
globals.setBoolPref("webextensions-migrated", true);
99+
globals.setBoolPref("webextension-migrated", true);
100100
} else {
101101
sendReply({changed: false});
102102
}

0 commit comments

Comments
 (0)