Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit fc06aa8

Browse files
committed
correcting conversion code
1 parent 3860b57 commit fc06aa8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ define(function (require, exports, module) {
525525

526526
// setup preferences
527527
prefs = PreferencesManager.getExtensionPrefs(PREFERENCES_CLIENT_ID);
528+
PreferencesManager.convertPreferences(module, { "ewf-font-history": "user com.adobe.edgewebfonts.ewf-font-history" });
528529
lastTwentyFonts = prefs.get(PREFERENCES_FONT_HISTORY_KEY);
529530
if (!lastTwentyFonts) {
530531
lastTwentyFonts = [];

0 commit comments

Comments
 (0)