Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5263 from darkdh/5060
Browse files Browse the repository at this point in the history
Add custom title for imported bookmark
  • Loading branch information
bsclifton authored Oct 30, 2016
2 parents 6a871e4 + 0cf4750 commit d53dd33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ importer.on('add-bookmarks', (e, bookmarks, topLevelFolder) => {
} else {
const site = {
title: bookmarks[i].title,
customTitle: bookmarks[i].title,
location: bookmarks[i].url,
parentFolderId: parentFolderId,
lastAccessedTime: bookmarks[i].creation_time * 1000,
Expand Down

0 comments on commit d53dd33

Please sign in to comment.