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

Commit

Permalink
Different name of merging bookmarks on win/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Sep 20, 2016
1 parent ac1fa36 commit af145d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@ importer.on('add-bookmarks', (e, bookmarks, topLevelFolder) => {
// Merge into existing bookmark toolbar
pathMap[topLevelFolder] = topLevelFolderId
pathMap['Bookmarks Toolbar'] = 0 // Firefox
pathMap['Bookmarks Bar'] = 0 // Chrome
pathMap['Other Bookmarks'] = -1 // Chrome
pathMap['Bookmarks Bar'] = 0 // Chrome on mac
pathMap['Other Bookmarks'] = -1 // Chrome on mac
pathMap['Bookmarks bar'] = 0 // Chrome on win/linux
pathMap['Other bookmarks'] = -1 // Chrome on win/linux
pathMap['Bookmark Bar'] = 0 // Safari
pathMap['Links'] = 0 // Edge, IE
}
Expand Down

0 comments on commit af145d5

Please sign in to comment.