Skip to content

Commit

Permalink
Add back missing lastVisited pref
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-bixby committed Feb 25, 2020
1 parent 3312ed7 commit cbb9f52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-modules/default-prefs.js
Expand Up @@ -44,6 +44,7 @@ module.exports = [
"url",
"dateAdded",
"lastModified",
"lastVisited",
"accessCount",
"revurl",
"hostname"
Expand All @@ -64,6 +65,7 @@ module.exports = [
"url",
"dateAdded",
"lastModified",
"lastVisited",
"accessCount",
"revurl",
"hostname"
Expand Down

0 comments on commit cbb9f52

Please sign in to comment.